summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/animation/loop/loop.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/animation/loop/loop.qml')
-rw-r--r--tests/auto/declarative/visual/animation/loop/loop.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/visual/animation/loop/loop.qml b/tests/auto/declarative/visual/animation/loop/loop.qml
index 927e103..5389b26 100644
--- a/tests/auto/declarative/visual/animation/loop/loop.qml
+++ b/tests/auto/declarative/visual/animation/loop/loop.qml
@@ -13,7 +13,7 @@ Rectangle {
to 100, jumps to 200, animates smoothly to 400, animates smoothly
back to 100, jumps to 200, and so on.
*/
- x: SequentialAnimation {
+ SequentialAnimation on x {
loops: Animation.Infinite
NumberAnimation { to: 100; duration: 1000 }
NumberAnimation { from: 200; to: 400; duration: 1000 }