aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v4/data/nullQObject.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/v4/data/nullQObject.qml')
-rw-r--r--tests/auto/declarative/v4/data/nullQObject.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/v4/data/nullQObject.qml b/tests/auto/declarative/v4/data/nullQObject.qml
deleted file mode 100644
index 00185b3988..0000000000
--- a/tests/auto/declarative/v4/data/nullQObject.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.0
-
-Item {
- property QtObject obj
- property QtObject test
- test: obj
-}