summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimations/data/properties5.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-02 00:53:46 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-02 00:53:46 (GMT)
commitadc06e50e1ebb65e9facc58ad01aaa8e879efe6e (patch)
treed359d608c85759c8385192e5540fe5ae3d73a1c2 /tests/auto/declarative/qdeclarativeanimations/data/properties5.qml
parent21c15c9efb1b34df6b990c69479979a336267d1b (diff)
parentb88740e48ce82bc118a598358a8d8aff79d2a279 (diff)
downloadQt-adc06e50e1ebb65e9facc58ad01aaa8e879efe6e.zip
Qt-adc06e50e1ebb65e9facc58ad01aaa8e879efe6e.tar.gz
Qt-adc06e50e1ebb65e9facc58ad01aaa8e879efe6e.tar.bz2
Merge branch 'master' into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativeanimations/data/properties5.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeanimations/data/properties5.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeanimations/data/properties5.qml b/tests/auto/declarative/qdeclarativeanimations/data/properties5.qml
index 38396b1..7d3cec9 100644
--- a/tests/auto/declarative/qdeclarativeanimations/data/properties5.qml
+++ b/tests/auto/declarative/qdeclarativeanimations/data/properties5.qml
@@ -9,6 +9,6 @@ Rectangle {
color: "red"
width: 50; height: 50
x: 100; y: 100
- x: NumberAnimation { targets: theRect; properties: "y"; to: 200; }
+ NumberAnimation on x { targets: theRect; properties: "y"; to: 200; }
}
}