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