summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/lerpclipblend_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/lerpclipblend_p.h')
-rw-r--r--src/animation/backend/lerpclipblend_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/animation/backend/lerpclipblend_p.h b/src/animation/backend/lerpclipblend_p.h
index 36b2c17e3..57baf71ed 100644
--- a/src/animation/backend/lerpclipblend_p.h
+++ b/src/animation/backend/lerpclipblend_p.h
@@ -81,6 +81,9 @@ public:
double duration() const Q_DECL_OVERRIDE;
+protected:
+ ClipResults doBlend(const QVector<ClipResults> &blendData) const Q_DECL_FINAL;
+
private:
void initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &change) Q_DECL_FINAL;