summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlanimations/data/propertiesTransition5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlanimations/data/propertiesTransition5.qml')
-rw-r--r--tests/auto/declarative/qmlanimations/data/propertiesTransition5.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlanimations/data/propertiesTransition5.qml b/tests/auto/declarative/qmlanimations/data/propertiesTransition5.qml
index 565c519..9034fc5 100644
--- a/tests/auto/declarative/qmlanimations/data/propertiesTransition5.qml
+++ b/tests/auto/declarative/qmlanimations/data/propertiesTransition5.qml
@@ -19,7 +19,7 @@ Rectangle {
}
}
transitions: Transition {
- NumberAnimation { matchTargets: theRect; property: "x" }
+ NumberAnimation { targets: theRect; property: "x" }
}
MouseRegion {