diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollow2.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollow2.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollow2.qml b/tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollow2.qml deleted file mode 100644 index a634302..0000000 --- a/tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollow2.qml +++ /dev/null @@ -1,5 +0,0 @@ -import Qt 4.7 - -SmoothedFollow { - to: 10; duration: 300; reversingMode: SmoothedFollow.Immediate -} |