summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlanimations/data/propertiesTransition.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlanimations/data/propertiesTransition.qml')
-rw-r--r--tests/auto/declarative/qmlanimations/data/propertiesTransition.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlanimations/data/propertiesTransition.qml b/tests/auto/declarative/qmlanimations/data/propertiesTransition.qml
index 75603b9..b13b94b 100644
--- a/tests/auto/declarative/qmlanimations/data/propertiesTransition.qml
+++ b/tests/auto/declarative/qmlanimations/data/propertiesTransition.qml
@@ -19,10 +19,10 @@ Rectangle {
}
}
transitions: Transition {
- NumberAnimation { matchTargets: theRect; matchProperties: "x" }
+ NumberAnimation { targets: theRect; properties: "x" }
}
- MouseRegion {
+ MouseArea {
anchors.fill: parent
onClicked: parent.state = "moved"
}