aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml b/tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml
deleted file mode 100644
index dd20707456..0000000000
--- a/tests/auto/declarative/qdeclarativeincubator/data/nestedComponent.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 2.0
-import "nestedComponent.js" as NestedJS
-
-QtObject {
- property Component c: Component {
- QtObject {
- property int value: NestedJS.value
- }
- }
-}