summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/data/idProperty.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlparser/data/idProperty.qml')
-rw-r--r--tests/auto/declarative/qmlparser/data/idProperty.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/data/idProperty.qml b/tests/auto/declarative/qmlparser/data/idProperty.qml
new file mode 100644
index 0000000..a413c0b
--- /dev/null
+++ b/tests/auto/declarative/qmlparser/data/idProperty.qml
@@ -0,0 +1,8 @@
+import Test 1.0
+MyContainer {
+ property var object : MyObjectId
+
+ MyTypeObject {
+ id: "MyObjectId"
+ }
+}