aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/timelineTestApp/test01.qml
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-04-17 15:52:50 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2018-04-18 14:53:33 +0000
commit88e6910f54fda1c4cfe6e711e0e1c53849dd030b (patch)
tree116cb5289241759d52ce51cd0c5e786f8c73793c /tests/manual/timelineTestApp/test01.qml
parent3cd04bbe02ef9f48f9b99994dae326c81d0f11e6 (diff)
Rename Keyframes to KeyframeGroup
Change-Id: I3c31e2a3ab576e2293d1c8dd3d60b6d4550777e4 Reviewed-by: Knud Dollereder <knud.dollereder@qt.io>
Diffstat (limited to 'tests/manual/timelineTestApp/test01.qml')
-rw-r--r--tests/manual/timelineTestApp/test01.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/timelineTestApp/test01.qml b/tests/manual/timelineTestApp/test01.qml
index 09df989..d0810aa 100644
--- a/tests/manual/timelineTestApp/test01.qml
+++ b/tests/manual/timelineTestApp/test01.qml
@@ -65,7 +65,7 @@ Item {
enabled: true
- Keyframes {
+ KeyframeGroup {
target: rectangle
property: "x"
@@ -85,7 +85,7 @@ Item {
}
}
- Keyframes {
+ KeyframeGroup {
target: rectangle
property: "y"
@@ -106,7 +106,7 @@ Item {
}
}
- Keyframes {
+ KeyframeGroup {
target: rectangle
property: "color"