summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qblendedclipanimator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qblendedclipanimator_p.h')
-rw-r--r--src/animation/frontend/qblendedclipanimator_p.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/animation/frontend/qblendedclipanimator_p.h b/src/animation/frontend/qblendedclipanimator_p.h
index 47a8bbfd5..e874a528d 100644
--- a/src/animation/frontend/qblendedclipanimator_p.h
+++ b/src/animation/frontend/qblendedclipanimator_p.h
@@ -51,33 +51,26 @@
// We mean it.
//
-#include <Qt3DCore/private/qcomponent_p.h>
+#include <Qt3DAnimation/private/qabstractclipanimator_p.h>
QT_BEGIN_NAMESPACE
namespace Qt3DAnimation {
class QAbstractClipBlendNode;
-class QChannelMapper;
-class QBlendedClipAnimatorPrivate : public Qt3DCore::QComponentPrivate
+class QBlendedClipAnimatorPrivate : public Qt3DAnimation::QAbstractClipAnimatorPrivate
{
public:
QBlendedClipAnimatorPrivate();
Q_DECLARE_PUBLIC(QBlendedClipAnimator)
QAbstractClipBlendNode *m_blendTreeRoot;
- QChannelMapper *m_mapper;
- bool m_running;
- int m_loops;
};
-struct QBlendedClipAnimatorData
+struct QBlendedClipAnimatorData : public QAbstractClipAnimatorData
{
Qt3DCore::QNodeId blendTreeRootId;
- Qt3DCore::QNodeId mapperId;
- bool running;
- int loops;
};
} // namespace Qt3DAnimation