qt5base-lts/tests/auto/widgets
Marc Mutz a03a71e332 examples: use QVector<QPointF> instead of QList<QPointF>
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: Id0e910c067a60d12fbc175e7ee7da824834be374
Reviewed-by: hjk <qthjk@ovi.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-03-08 05:31:40 +01:00
..
dialogs QFileSystemModel autotest fixes 2012-02-29 20:10:21 +01:00
effects Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
graphicsview examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
itemviews Add fonts to QPlatformTheme. 2012-03-07 12:43:32 +01:00
kernel Remove AccessibilityPrepare event. 2012-03-05 18:46:43 +01:00
styles Add fonts to QPlatformTheme. 2012-03-07 12:43:32 +01:00
util clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
widgets QCursor: Associate cursor with screen. 2012-03-07 22:43:43 +01:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00