qt5base-lts/tests/benchmarks/gui/graphicsview/qgraphicsview/chiptester
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
..
chip.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
chip.h examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
chiptester.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
chiptester.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
chiptester.pri Tests: Compile. 2011-05-23 16:49:06 +02:00
images.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qt4logo.png Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00