summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvenn-Arne Dragly <svenn-arne.dragly@qt.io>2017-11-15 12:52:07 +0100
committerLars Knoll <lars.knoll@qt.io>2017-11-15 19:05:25 +0000
commitdc82714a8f782bcd7fe2131ca15774ef4fb3c0dc (patch)
tree2d0cf88adf7e053df93af5f5a3819d5598d0136a
parent1035298fc3c35aa7509f12c33ec045d8e81d55ad (diff)
Set the mapping type in tst_findrunningclipanimatorjobs
This should be initialized to the same value, but it is better to be explicit. Change-Id: I71b7f561b8c7ceaa27f1107ba079d34012454e6c Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp b/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp
index 79d18b7cf..ce37ffc76 100644
--- a/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp
+++ b/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp
@@ -72,6 +72,7 @@ public:
channelMapping->setPropertyName(propertyName);
channelMapping->setChannelName(channelName);
channelMapping->setType(type);
+ channelMapping->setMappingType(ChannelMapping::ChannelMappingType);
return channelMapping;
}