summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/clipblendnode.cpp
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-03-24 13:49:01 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-03-26 07:29:42 +0000
commit2357c213b61fc4111701cf86b26ca44ab020058b (patch)
tree996e6a9bb229b7ec6f8639b2cafc0fb9ae87fe48 /src/animation/backend/clipblendnode.cpp
parent66e842dc6d052293c7ec97e0ba0cfb1d10c7590c (diff)
Rename QClipBlendNode::performBlend() to blend()
Now the old blend() virtual is gone we can give this function a nicer name. Change-Id: I74e427692f9667d52342d5c558bff3e7cf63c652 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/animation/backend/clipblendnode.cpp')
-rw-r--r--src/animation/backend/clipblendnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/backend/clipblendnode.cpp b/src/animation/backend/clipblendnode.cpp
index 1df56cf2f..4f2375c75 100644
--- a/src/animation/backend/clipblendnode.cpp
+++ b/src/animation/backend/clipblendnode.cpp
@@ -129,7 +129,7 @@ ClipResults ClipBlendNode::clipResults(Qt3DCore::QNodeId animatorId) const
The results are then inserted into the clip results for this blend
node indexed by the \a animatorId.
*/
-void ClipBlendNode::performBlend(Qt3DCore::QNodeId animatorId)
+void ClipBlendNode::blend(Qt3DCore::QNodeId animatorId)
{
// Obtain the clip results from each of the dependencies
const QVector<Qt3DCore::QNodeId> dependencyNodeIds = dependencyIds();