qt5base-lts/tests/auto/widgets/graphicsview/qgraphicsscene
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
..
testData/render Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
.gitignore Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
Ash_European.jpg Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
graphicsScene_selection.data Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
images.qrc Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
qgraphicsscene.pro Make 'nmake check' succeed for widgets tests 2012-02-17 14:08:19 +01:00
tst_qgraphicsscene.cpp examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00