summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qanimationclipdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qanimationclipdata.cpp')
-rw-r--r--src/animation/frontend/qanimationclipdata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qanimationclipdata.cpp b/src/animation/frontend/qanimationclipdata.cpp
index 41ebe68ef..f68748515 100644
--- a/src/animation/frontend/qanimationclipdata.cpp
+++ b/src/animation/frontend/qanimationclipdata.cpp
@@ -48,7 +48,7 @@ namespace Qt3DAnimation {
class QAnimationClipDataPrivate
{
public:
- QList<QChannel> m_channels;
+ QVector<QChannel> m_channels;
QString m_name;
};