summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant_p.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-03-01 09:01:12 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-09 10:29:23 +0100
commit86abc878832db67da87b9fe34faa4bc8d71446b0 (patch)
tree712447ed71125435496a81480e0830f78db26033 /src/corelib/kernel/qvariant_p.h
parent73a5ce5195bc27acf02d787787a69ec493c037c2 (diff)
{QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with QVector
QPointF is in the category of types for which QList is needlessly inefficient (elements are copy-constructed onto the heap and held through pointers). Use a vector instead. This is consistent with the QPainter API. Change-Id: Ie3d6647e05b40a33a7bb0598cbbcde4676e00836 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/corelib/kernel/qvariant_p.h')
0 files changed, 0 insertions, 0 deletions