summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/animations/data/properties5.qml
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-11 20:44:13 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-02-11 22:49:29 (GMT)
commit6e0c76a209b87e306e48266962f5668237e63c62 (patch)
treebe9d3fccad732ddde3a75f07178b47604baf327f /tests/auto/declarative/animations/data/properties5.qml
parent5624c360505a11b9380d2d1e47b2b3477ccc229c (diff)
downloadQt-6e0c76a209b87e306e48266962f5668237e63c62.zip
Qt-6e0c76a209b87e306e48266962f5668237e63c62.tar.gz
Qt-6e0c76a209b87e306e48266962f5668237e63c62.tar.bz2
Removed "running: true" for animations used as propertyvaluesource
This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
Diffstat (limited to 'tests/auto/declarative/animations/data/properties5.qml')
-rw-r--r--tests/auto/declarative/animations/data/properties5.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/animations/data/properties5.qml b/tests/auto/declarative/animations/data/properties5.qml
index 25c9866..56e0be8 100644
--- a/tests/auto/declarative/animations/data/properties5.qml
+++ b/tests/auto/declarative/animations/data/properties5.qml
@@ -9,6 +9,6 @@ Rectangle {
color: "red"
width: 50; height: 50
x: 100; y: 100
- x: NumberAnimation { matchTargets: theRect; matchProperties: "y"; to: 200; running: true }
+ x: NumberAnimation { matchTargets: theRect; matchProperties: "y"; to: 200; }
}
}