summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2017-01-29 18:17:07 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-01-29 18:56:13 +0000
commit79ec93e56d9067674c108544ef3af041644318d7 (patch)
tree4e3c4ce2278b1c6c43409f100560d6d448284dcd
parent89766b24b5f071eaf390eadce6ba635d423201e1 (diff)
LerpBlend: remove duplicate public declaration
Change-Id: Ib614b6936eca586541d4a270da249af924ac0809 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r--src/animation/backend/lerpblend_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animation/backend/lerpblend_p.h b/src/animation/backend/lerpblend_p.h
index e30f57694..a28815349 100644
--- a/src/animation/backend/lerpblend_p.h
+++ b/src/animation/backend/lerpblend_p.h
@@ -64,7 +64,6 @@ public:
inline float blendFactor() const { return m_blendFactor; }
-public:
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_FINAL;
private: