diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml b/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml deleted file mode 100644 index b65964e..0000000 --- a/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow2.qml +++ /dev/null @@ -1,5 +0,0 @@ -import Qt 4.6 - -EaseFollow { - source: 10; duration: 300; enabled: true; reversingMode: EaseFollow.Immediate -} |