qt5base-lts/examples/animation/stickman
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
..
animations Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
animation.cpp examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
animation.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
graphicsview.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
graphicsview.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
lifecycle.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
lifecycle.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
main.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
node.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
node.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
rectbutton.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
rectbutton.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
stickman.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
stickman.desktop Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
stickman.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
stickman.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
stickman.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00