diff options
Diffstat (limited to 'tests/auto/declarative/animations/data/properties3.qml')
-rw-r--r-- | tests/auto/declarative/animations/data/properties3.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/animations/data/properties3.qml b/tests/auto/declarative/animations/data/properties3.qml index fd21a85..ff08885 100644 --- a/tests/auto/declarative/animations/data/properties3.qml +++ b/tests/auto/declarative/animations/data/properties3.qml @@ -9,6 +9,6 @@ Rectangle { color: "red" width: 50; height: 50 x: 100; y: 100 - x: NumberAnimation { target: theRect; property: "x"; to: 300; running: true } + x: NumberAnimation { target: theRect; property: "x"; to: 300; } } } |