aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanimatedimage/data/stickmanpause.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeanimatedimage/data/stickmanpause.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeanimatedimage/data/stickmanpause.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeanimatedimage/data/stickmanpause.qml b/tests/auto/qtquick1/qdeclarativeanimatedimage/data/stickmanpause.qml
deleted file mode 100644
index 1d7e25909f..0000000000
--- a/tests/auto/qtquick1/qdeclarativeanimatedimage/data/stickmanpause.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-AnimatedImage {
- source: "stickman.gif"
- paused: true
- currentFrame: 2
-}