aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgitem2/data/propertychanges.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgitem2/data/propertychanges.qml')
-rw-r--r--tests/auto/declarative/qsgitem2/data/propertychanges.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgitem2/data/propertychanges.qml b/tests/auto/declarative/qsgitem2/data/propertychanges.qml
new file mode 100644
index 0000000000..3fa5ea9c23
--- /dev/null
+++ b/tests/auto/declarative/qsgitem2/data/propertychanges.qml
@@ -0,0 +1,10 @@
+import QtQuick 2.0
+
+Item {
+ Item {
+ objectName: "item"
+ }
+ Item {
+ objectName: "parentItem"
+ }
+}