qt6-bb10/src/corelib/animation
Marc Mutz 4d7f528dde QSequentialAnimationGroupPrivate: replace an inefficient QList with QVector
ints are only half the size of void* on 64-bit, so
QVector<int> uses only 50% of per-element memory,
compared to a QList.

Change-Id: I18db97d2ec0e46ec4301e8939ac21dff558172b2
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2015-07-13 10:36:34 +00:00
..
animation.pri
qabstractanimation.cpp Animation classes: micro-optimize loops. 2015-02-14 16:24:40 +00:00
qabstractanimation.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qabstractanimation_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qanimationgroup.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qanimationgroup.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qanimationgroup_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qparallelanimationgroup.cpp Merge remote-tracking branch 'origin/5.4' into 5.5 2015-02-24 21:02:08 +01:00
qparallelanimationgroup.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qparallelanimationgroup_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qpauseanimation.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qpauseanimation.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qpropertyanimation.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qpropertyanimation.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qpropertyanimation_p.h Update copyright headers 2015-02-11 06:49:51 +00:00
qsequentialanimationgroup.cpp Animation classes: micro-optimize loops. 2015-02-14 16:24:40 +00:00
qsequentialanimationgroup.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qsequentialanimationgroup_p.h QSequentialAnimationGroupPrivate: replace an inefficient QList with QVector 2015-07-13 10:36:34 +00:00
qvariantanimation.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
qvariantanimation.h QtCore: Use Q_NULLPTR instead of 0 in all public headers 2015-07-01 05:50:41 +00:00
qvariantanimation_p.h Update copyright headers 2015-02-11 06:49:51 +00:00