summaryrefslogtreecommitdiffstats
path: root/tests/manual/animation-keyframe-simple/main.qml
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-01-25 10:41:32 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-01-27 12:34:54 +0000
commit5bd08543817328b5155201890031c4655f7d3b73 (patch)
treef25d365f5a84d17afde93f63d279e3bc87d2dded /tests/manual/animation-keyframe-simple/main.qml
parentc1e425920331325f889053b921e66ea572234784 (diff)
Add channelMapper property to QClipAnimator
Change-Id: I50a07e51188ae31f58e57d1baf98e22792ce88db Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/manual/animation-keyframe-simple/main.qml')
-rw-r--r--tests/manual/animation-keyframe-simple/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/animation-keyframe-simple/main.qml b/tests/manual/animation-keyframe-simple/main.qml
index 48a2a657f..587f851c5 100644
--- a/tests/manual/animation-keyframe-simple/main.qml
+++ b/tests/manual/animation-keyframe-simple/main.qml
@@ -42,7 +42,7 @@ DefaultSceneEntity {
// mapping: AutomaticAnimationMapping {}
// To do more, we can be explicit
- mapping: ChannelMapper {
+ channelMapper: ChannelMapper {
mappings: [
ChannelMapping { channelName: "Location"; target: cubeTransform; property: "translation" },
ChannelMapping { channelName: "Rotation"; target: cubeTransform; property: "rotation" },