summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/idProperty.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-09-23 03:29:10 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-09-23 03:29:10 (GMT)
commitf42887cc647a87f281b1e39bbdffe4cf38425fee (patch)
tree659f449d90075dfa89a1de90b4f24ea74615afe3 /tests/auto/declarative/qmllanguage/data/idProperty.qml
parent7261f690819e11dd4556400cd6d8402825ffa3db (diff)
parentbabddd243002ecd6db23aca6322fd27797bd2385 (diff)
downloadQt-f42887cc647a87f281b1e39bbdffe4cf38425fee.zip
Qt-f42887cc647a87f281b1e39bbdffe4cf38425fee.tar.gz
Qt-f42887cc647a87f281b1e39bbdffe4cf38425fee.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/idProperty.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/idProperty.qml8
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"
+ }
+}