summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/lerpclipblend/tst_lerpclipblend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/lerpclipblend/tst_lerpclipblend.cpp')
-rw-r--r--tests/auto/animation/lerpclipblend/tst_lerpclipblend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/animation/lerpclipblend/tst_lerpclipblend.cpp b/tests/auto/animation/lerpclipblend/tst_lerpclipblend.cpp
index a817028c3..8ed08c563 100644
--- a/tests/auto/animation/lerpclipblend/tst_lerpclipblend.cpp
+++ b/tests/auto/animation/lerpclipblend/tst_lerpclipblend.cpp
@@ -382,7 +382,7 @@ private Q_SLOTS:
QFETCH(ClipResults, expectedResults);
// WHEN
- blendNode->performBlend(animatorId);
+ blendNode->blend(animatorId);
// THEN
const ClipResults actualResults = blendNode->clipResults(animatorId);