aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepath/data/svg.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativepath/data/svg.qml')
-rw-r--r--tests/auto/declarative/qdeclarativepath/data/svg.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qdeclarativepath/data/svg.qml b/tests/auto/declarative/qdeclarativepath/data/svg.qml
deleted file mode 100644
index cec0f75061..0000000000
--- a/tests/auto/declarative/qdeclarativepath/data/svg.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 2.0
-
-Path {
- PathSvg { path: "M200,300 Q400,50 600,300 T1000,300" }
-}