summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qchannelcomponent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qchannelcomponent.cpp')
-rw-r--r--src/animation/frontend/qchannelcomponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/frontend/qchannelcomponent.cpp b/src/animation/frontend/qchannelcomponent.cpp
index 755ed6294..e5a19f93d 100644
--- a/src/animation/frontend/qchannelcomponent.cpp
+++ b/src/animation/frontend/qchannelcomponent.cpp
@@ -48,7 +48,7 @@ namespace Qt3DAnimation {
class QChannelComponentPrivate
{
public:
- QList<QKeyFrame> m_keyFrames;
+ QVector<QKeyFrame> m_keyFrames;
QString m_name;
};