summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlinfo/data/NestedObject.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlinfo/data/NestedObject.qml')
-rw-r--r--tests/auto/declarative/qmlinfo/data/NestedObject.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/qmlinfo/data/NestedObject.qml b/tests/auto/declarative/qmlinfo/data/NestedObject.qml
deleted file mode 100644
index cd5b426..0000000
--- a/tests/auto/declarative/qmlinfo/data/NestedObject.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import Qt 4.6
-
-QtObject {
- property var nested
-
- nested: QtObject {}
-}
-