qt5base-lts/tests/benchmarks/gui/graphicsview/qgraphicsview
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
..
benchapps examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
chiptester examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
images Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qgraphicsview.pro benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qgraphicsview.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
random.data Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qgraphicsview.cpp Replace Q_WS_WINCE against Q_OS_WINCE. 2012-02-09 10:45:38 +01:00