aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativelistview/data/orientchange.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativelistview/data/orientchange.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativelistview/data/orientchange.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qtquick1/qdeclarativelistview/data/orientchange.qml b/tests/auto/qtquick1/qdeclarativelistview/data/orientchange.qml
deleted file mode 100644
index c7aa0cd1d3..0000000000
--- a/tests/auto/qtquick1/qdeclarativelistview/data/orientchange.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-ListView {
- width: 240; height: 320
- delegate: Rectangle { objectName: "wrapper"; width: 80; height: 80 }
- model: 100
-}