summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/animation/parentAction/parentAction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/animation/parentAction/parentAction.qml')
-rw-r--r--tests/auto/declarative/visual/animation/parentAction/parentAction.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/visual/animation/parentAction/parentAction.qml b/tests/auto/declarative/visual/animation/parentAction/parentAction.qml
index 1e3f402..e4f4406 100644
--- a/tests/auto/declarative/visual/animation/parentAction/parentAction.qml
+++ b/tests/auto/declarative/visual/animation/parentAction/parentAction.qml
@@ -49,7 +49,7 @@ Rectangle {
SequentialAnimation {
ColorAnimation { duration: 500}
ParentAction {}
- NumberAnimation { matchProperties: "rotation, scale"; duration: 1000 }
+ NumberAnimation { properties: "rotation, scale"; duration: 1000 }
}
}
}