diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-07-09 02:11:39 (GMT) |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-07-09 02:19:11 (GMT) |
commit | 389f4b225eb69e10e946c28dfcddbff067cf0364 (patch) | |
tree | b2dcfc7459ddaf6766369cdb15fc846f170b9981 /tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollowDisabled.qml | |
parent | 554ae0d13b1f88ed52a08eb1dad9b7ba7c686899 (diff) | |
download | Qt-389f4b225eb69e10e946c28dfcddbff067cf0364.zip Qt-389f4b225eb69e10e946c28dfcddbff067cf0364.tar.gz Qt-389f4b225eb69e10e946c28dfcddbff067cf0364.tar.bz2 |
Remove autotests of depracted element SmoothedFollow
Diffstat (limited to 'tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollowDisabled.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollowDisabled.qml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollowDisabled.qml b/tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollowDisabled.qml deleted file mode 100644 index 486bdee..0000000 --- a/tests/auto/declarative/qdeclarativesmoothedfollow/data/smoothedfollowDisabled.qml +++ /dev/null @@ -1,13 +0,0 @@ -import Qt 4.7 - -Rectangle { - width: 300; height: 300; - Rectangle { - objectName: "theRect" - color: "red" - width: 60; height: 60; - x: 100; y: 100; - SmoothedFollow on x { id: animX; objectName: "animX"; to: 200; enabled: true; duration: 200 } - SmoothedFollow on y { id: animY; objectName: "animY"; to: 200; enabled: false; duration: 200 } - } -} |