summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-24 12:42:00 +1000
committerWarwick Allison <warwick.allison@nokia.com>2010-02-24 12:42:00 +1000
commit7c76abb0dc4204043bec9b6fa315f9753a7986ae (patch)
treecee303672cfd138790645e731f2d69472564d4b7 /tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml
parent4066e60e859853cfe3240245ba05271e79839506 (diff)
downloadqt4-tools-7c76abb0dc4204043bec9b6fa315f9753a7986ae.tar.gz
Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDeclarativeXXX.
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml b/tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml
new file mode 100644
index 0000000000..7b782beb68
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.11.qml
@@ -0,0 +1,7 @@
+import Test 1.0 as Namespace
+import Qt 4.6
+
+QtObject {
+ Namespace.madeUpClass.foo: 10
+}
+