aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepath/data/arc.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativepath/data/arc.qml')
-rw-r--r--tests/auto/declarative/qdeclarativepath/data/arc.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/declarative/qdeclarativepath/data/arc.qml b/tests/auto/declarative/qdeclarativepath/data/arc.qml
deleted file mode 100644
index 000221c784..0000000000
--- a/tests/auto/declarative/qdeclarativepath/data/arc.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 2.0
-
-Path {
- startX: 0; startY: 0
-
- PathArc {
- x: 100; y: 100
- radiusX: 100; radiusY: 100
- direction: PathArc.Clockwise
- }
-}