diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-23 03:18:00 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-23 03:18:00 (GMT) |
commit | babddd243002ecd6db23aca6322fd27797bd2385 (patch) | |
tree | 49edcd5420f613fa7b1888a080855c731ba28e90 /tests/auto/declarative/qmllanguage/data/idProperty.qml | |
parent | ecfe2b1cb35a8779bea5d23c0bb2c1b31939c01d (diff) | |
download | Qt-babddd243002ecd6db23aca6322fd27797bd2385.zip Qt-babddd243002ecd6db23aca6322fd27797bd2385.tar.gz Qt-babddd243002ecd6db23aca6322fd27797bd2385.tar.bz2 |
Rename testcases
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/idProperty.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/idProperty.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/idProperty.qml b/tests/auto/declarative/qmllanguage/data/idProperty.qml new file mode 100644 index 0000000..a413c0b --- /dev/null +++ b/tests/auto/declarative/qmllanguage/data/idProperty.qml @@ -0,0 +1,8 @@ +import Test 1.0 +MyContainer { + property var object : MyObjectId + + MyTypeObject { + id: "MyObjectId" + } +} |