summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qchannelmapper_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-08-23 15:23:26 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-08-31 09:30:11 +0000
commit4cb940c170a5df68893e333b70212a6073ee6294 (patch)
tree6c503eb3bbcae4223b50d127ac186baaa2d2a680 /src/animation/frontend/qchannelmapper_p.h
parentc64f167fbaa1e2613d9533c8ab596120458c85fb (diff)
Alter QChannelMapping to accept QAbstractChannelMapping pointers
In preparation for the new mapping subclasses. Change-Id: I3d659b350da72cca9f5ad195f7aa7fea3d943810 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/animation/frontend/qchannelmapper_p.h')
-rw-r--r--src/animation/frontend/qchannelmapper_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/frontend/qchannelmapper_p.h b/src/animation/frontend/qchannelmapper_p.h
index d05ea3277..45f8b0422 100644
--- a/src/animation/frontend/qchannelmapper_p.h
+++ b/src/animation/frontend/qchannelmapper_p.h
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
namespace Qt3DAnimation {
-class QChannelMapping;
+class QAbstractChannelMapping;
class QChannelMapperPrivate : public Qt3DCore::QNodePrivate
{
@@ -63,7 +63,7 @@ public:
Q_DECLARE_PUBLIC(QChannelMapper)
- QVector<QChannelMapping *> m_mappings;
+ QVector<QAbstractChannelMapping *> m_mappings;
};
struct QChannelMapperData