aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativepathview/data/emptymodel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativepathview/data/emptymodel.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativepathview/data/emptymodel.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qtquick1/qdeclarativepathview/data/emptymodel.qml b/tests/auto/qtquick1/qdeclarativepathview/data/emptymodel.qml
deleted file mode 100644
index 4deb45fdb3..0000000000
--- a/tests/auto/qtquick1/qdeclarativepathview/data/emptymodel.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 1.0
-
-PathView {
- model: emptyModel
-}