summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/conductedclipanimator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/conductedclipanimator_p.h')
-rw-r--r--src/animation/backend/conductedclipanimator_p.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/animation/backend/conductedclipanimator_p.h b/src/animation/backend/conductedclipanimator_p.h
index 2a96e99ef..d4534447e 100644
--- a/src/animation/backend/conductedclipanimator_p.h
+++ b/src/animation/backend/conductedclipanimator_p.h
@@ -48,7 +48,7 @@
// We mean it.
//
-#include <Qt3DCore/qbackendnode.h>
+#include <Qt3DAnimation/private/backendnode_p.h>
QT_BEGIN_NAMESPACE
@@ -57,7 +57,7 @@ namespace Animation {
class Handler;
-class Q_AUTOTEST_EXPORT ConductedClipAnimator : public Qt3DCore::QBackendNode
+class Q_AUTOTEST_EXPORT ConductedClipAnimator : public BackendNode
{
public:
ConductedClipAnimator();
@@ -66,12 +66,8 @@ public:
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
- void setHandler(Handler *handler) { m_handler = handler; }
-
private:
void initializeFromPeer(const Qt3DCore::QNodeCreatedChangeBasePtr &change) Q_DECL_FINAL;
-
- Handler *m_handler;
};
} // namespace Animation