aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickvisualdatamodel/data/singlerole2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquickvisualdatamodel/data/singlerole2.qml')
-rw-r--r--tests/auto/declarative/qquickvisualdatamodel/data/singlerole2.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/declarative/qquickvisualdatamodel/data/singlerole2.qml b/tests/auto/declarative/qquickvisualdatamodel/data/singlerole2.qml
deleted file mode 100644
index ab1798999d..0000000000
--- a/tests/auto/declarative/qquickvisualdatamodel/data/singlerole2.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 2.0
-
-ListView {
- width: 100
- height: 100
- model: myModel
- delegate: Component {
- Text { objectName: "name"; text: modelData; function getText() { return modelData } }
- }
-}