diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativeeasefollow/data/easefollow3.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativeeasefollow/data/easefollow3.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow3.qml b/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow3.qml deleted file mode 100644 index f8886e9..0000000 --- a/tests/auto/declarative/qdeclarativeeasefollow/data/easefollow3.qml +++ /dev/null @@ -1,6 +0,0 @@ -import Qt 4.6 - -EaseFollow { - source: 10; velocity: 250; enabled: false; reversingMode: EaseFollow.Sync - maximumEasingTime: 150 -} |