aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativepathview/data/openPath.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativepathview/data/openPath.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativepathview/data/openPath.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/qtquick1/qdeclarativepathview/data/openPath.qml b/tests/auto/qtquick1/qdeclarativepathview/data/openPath.qml
deleted file mode 100644
index 328e3cdefb..0000000000
--- a/tests/auto/qtquick1/qdeclarativepathview/data/openPath.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 1.0
-
-Path {
- startY: 120
- startX: 160
- PathLine {
- y: 160
- x: 20
- }
-}