aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickanimatedimage/data/stickmanstopped.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquickanimatedimage/data/stickmanstopped.qml')
-rw-r--r--tests/auto/declarative/qquickanimatedimage/data/stickmanstopped.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qquickanimatedimage/data/stickmanstopped.qml b/tests/auto/declarative/qquickanimatedimage/data/stickmanstopped.qml
deleted file mode 100644
index 0bf80b8972..0000000000
--- a/tests/auto/declarative/qquickanimatedimage/data/stickmanstopped.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-AnimatedImage {
- source: "stickman.gif"
- playing: false
-}