summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bodymovin/trimpath_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bodymovin/trimpath_p.h b/src/bodymovin/trimpath_p.h
index 5aac2d0..79ab92e 100644
--- a/src/bodymovin/trimpath_p.h
+++ b/src/bodymovin/trimpath_p.h
@@ -83,7 +83,7 @@ private:
void appendElementRange(QPainterPath *to, int first, int last) const;
QPainterPath mPath;
- mutable QVector<qreal> mLens;
+ mutable QList<qreal> mLens;
};
QT_END_NAMESPACE