qt5base-lts/tests/auto/gui/kernel/qtouchevent
Marc Mutz 86abc87883 {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>
2012-03-09 10:29:23 +01:00
..
qtouchevent.pro Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
tst_qtouchevent.cpp {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with QVector 2012-03-09 10:29:23 +01:00