summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/fcurve_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/fcurve_p.h')
-rw-r--r--src/animation/backend/fcurve_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/backend/fcurve_p.h b/src/animation/backend/fcurve_p.h
index 1a1b6dca6..71eebb763 100644
--- a/src/animation/backend/fcurve_p.h
+++ b/src/animation/backend/fcurve_p.h
@@ -149,7 +149,7 @@ struct Channel
{
QString name;
int jointIndex = -1;
- QList<ChannelComponent> channelComponents;
+ QVector<ChannelComponent> channelComponents;
void read(const QJsonObject &json);
void setFromQChannel(const QChannel &qch);