aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativesmoothedanimation/data/smoothedanimation2.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativesmoothedanimation/data/smoothedanimation2.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qtquick1/qdeclarativesmoothedanimation/data/smoothedanimation2.qml b/tests/auto/qtquick1/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
deleted file mode 100644
index 47935d48f0..0000000000
--- a/tests/auto/qtquick1/qdeclarativesmoothedanimation/data/smoothedanimation2.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 1.0
-
-SmoothedAnimation {
- to: 10; duration: 300; reversingMode: SmoothedAnimation.Immediate
-}