From 4e12f5ee8641a8003b90575eb2a8bbf8dfa254a7 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Wed, 24 Jun 2020 12:11:36 +0200 Subject: Use QList instead of QVector Task-number: QTBUG-84469 Change-Id: I7064d93ed0302b98bfa896825d4b0eb467dc765a Reviewed-by: Sona Kurazyan --- src/bodymovin/trimpath_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 mLens; + mutable QList mLens; }; QT_END_NAMESPACE -- cgit v1.2.3