diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-24 07:37:48 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-02-24 07:37:48 (GMT) |
commit | 93353ce0cf416c53238eb908a8e4ccb3e68df73d (patch) | |
tree | fb1418586da210f76d23504870a2a7b00c366a4b /tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.2.qml | |
parent | 7eb5fc91a30a360507a65c19b6a3b96f757c2c4e (diff) | |
download | Qt-93353ce0cf416c53238eb908a8e4ccb3e68df73d.zip Qt-93353ce0cf416c53238eb908a8e4ccb3e68df73d.tar.gz Qt-93353ce0cf416c53238eb908a8e4ccb3e68df73d.tar.bz2 |
Fixup tests after QDeclarative class renames
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.2.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.2.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.2.qml b/tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.2.qml new file mode 100644 index 0000000..0f57b61 --- /dev/null +++ b/tests/auto/declarative/qdeclarativelanguage/data/qmlAttachedPropertiesObjectMethod.2.qml @@ -0,0 +1,6 @@ +import Test 1.0 +import Qt 4.6 +QtObject { + MyQmlObject.value: 10 +} + |