From dc82714a8f782bcd7fe2131ca15774ef4fb3c0dc Mon Sep 17 00:00:00 2001 From: Svenn-Arne Dragly Date: Wed, 15 Nov 2017 12:52:07 +0100 Subject: 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 Reviewed-by: Sean Harmer --- .../findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3