summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-03-27 10:43:40 +0100
committerMarc Mutz <marc.mutz@kdab.com>2017-03-27 17:36:03 +0000
commit5ecb1bc9dd7ebec384eb993f302b3c8f14c6f390 (patch)
treeebc5ce8feea960eb86a58e98db618f03755608db
parentcc254eb942bb9c2534130becd6d3c8ad0cd81816 (diff)
Mark protected ctor in QBlendedClipAnimator explicit
Change-Id: I49b266fb1ba290ddca794185bd3238518a500f48 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
-rw-r--r--src/animation/frontend/qblendedclipanimator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qblendedclipanimator.h b/src/animation/frontend/qblendedclipanimator.h
index e09e2dbc8..c227a05cc 100644
--- a/src/animation/frontend/qblendedclipanimator.h
+++ b/src/animation/frontend/qblendedclipanimator.h
@@ -68,7 +68,7 @@ Q_SIGNALS:
void blendTreeChanged(QAbstractClipBlendNode * blendTree);
protected:
- QBlendedClipAnimator(QBlendedClipAnimatorPrivate &dd, Qt3DCore::QNode *parent = nullptr);
+ explicit QBlendedClipAnimator(QBlendedClipAnimatorPrivate &dd, Qt3DCore::QNode *parent = nullptr);
private:
Q_DECLARE_PRIVATE(QBlendedClipAnimator)