summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/animation/loop/loop.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-25 00:29:57 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-25 00:29:57 (GMT)
commit45ba7232441c78b9fd6864f422d842f836aafdf3 (patch)
treedf515a4f4467ffb73fe9e1ea8ddd115ccff48b89 /tests/auto/declarative/visual/animation/loop/loop.qml
parentedf7d8c450b1dbc55e10d68083e19e04366062ef (diff)
parentd232ff28fc97a6bac3ee9ac054109517e3a47cf4 (diff)
downloadQt-45ba7232441c78b9fd6864f422d842f836aafdf3.zip
Qt-45ba7232441c78b9fd6864f422d842f836aafdf3.tar.gz
Qt-45ba7232441c78b9fd6864f422d842f836aafdf3.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
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 f6049ae..36f3ece 100644
--- a/tests/auto/declarative/visual/animation/loop/loop.qml
+++ b/tests/auto/declarative/visual/animation/loop/loop.qml
@@ -14,7 +14,7 @@ Rectangle {
back to 100, jumps to 200, and so on.
*/
x: SequentialAnimation {
- repeat: true
+ loops: Qt.Infinite
NumberAnimation { to: 100; duration: 1000 }
NumberAnimation { from: 200; to: 400; duration: 1000 }
}