summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/blendedclipanimator
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-02-22 10:21:05 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-02-24 20:41:36 +0000
commitde28bb3aafdfc2dec80aa65cd426bf2b74718358 (patch)
tree6eb6c5f3724ca876e50cc69b5bcce141ebe0191c /tests/auto/animation/blendedclipanimator
parentd9d2f46e402a29c9e52279ec257f76320e699c9b (diff)
Rename QLerpBlend to QLerpClipBlend
Also rename backend class accordingly. Task-number: QTBUG-58904 Change-Id: I3a8d3898507e5055c2727e4bb1b19b06fdba988b Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'tests/auto/animation/blendedclipanimator')
-rw-r--r--tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp b/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp
index 5c0cef708..2b26fbfce 100644
--- a/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp
+++ b/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp
@@ -39,7 +39,7 @@
#include <QtTest/QTest>
#include <Qt3DAnimation/qblendedclipanimator.h>
-#include <Qt3DAnimation/qlerpblend.h>
+#include <Qt3DAnimation/qlerpclipblend.h>
#include <Qt3DAnimation/qchannelmapper.h>
#include <Qt3DAnimation/private/qblendedclipanimator_p.h>
#include <Qt3DAnimation/private/blendedclipanimator_p.h>
@@ -99,7 +99,7 @@ private Q_SLOTS:
// GIVEN
Qt3DAnimation::QBlendedClipAnimator blendedClipAnimator;
Qt3DAnimation::QChannelMapper mapper;
- Qt3DAnimation::QLerpBlend blendTree;
+ Qt3DAnimation::QLerpClipBlend blendTree;
blendedClipAnimator.setRunning(true);
blendedClipAnimator.setBlendTree(&blendTree);
blendedClipAnimator.setChannelMapper(&mapper);