summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/conductedclipanimator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/conductedclipanimator.cpp')
-rw-r--r--src/animation/backend/conductedclipanimator.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/animation/backend/conductedclipanimator.cpp b/src/animation/backend/conductedclipanimator.cpp
index 2342e06fc..32db1b7ea 100644
--- a/src/animation/backend/conductedclipanimator.cpp
+++ b/src/animation/backend/conductedclipanimator.cpp
@@ -45,8 +45,7 @@ namespace Qt3DAnimation {
namespace Animation {
ConductedClipAnimator::ConductedClipAnimator()
- : Qt3DCore::QBackendNode(ReadOnly)
- , m_handler(nullptr)
+ : BackendNode(ReadOnly)
{
}