qt5base-lts/tests/auto/gui
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
..
image Change bugreports.qt.nokia.com -> bugreports.qt-project.org 2012-03-02 23:16:25 +01:00
kernel {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with QVector 2012-03-09 10:29:23 +01:00
math3d Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
painting clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
qopengl Make "nmake check" pass for gui tests in Windows. 2012-02-10 15:40:22 +01:00
text Merge remote-tracking branch 'origin/api_changes' 2012-03-04 21:45:05 +01:00
util Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
gui.pro Moved tests into gui/kernel/ and gui/qopengl/ 2011-11-04 20:48:19 +01:00