qt5base-lts/tests/benchmarks/gui/graphicsview
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
..
functional QEvent (and subclasses): make ctors explicit 2012-03-01 08:44:34 +01:00
qgraphicsanchorlayout Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qgraphicsitem Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qgraphicslayout Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qgraphicslinearlayout Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qgraphicsscene Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qgraphicsview examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
qgraphicswidget clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
graphicsview.pro tests: make benchmarks compile or disable those which don't compile 2011-05-11 17:04:12 +10:00