qt5base-lts/examples/itemviews/chart
Stephen Kelly f9caf48bee Use a QVector<int> instead of a QSet<int> in itemviews/models.
The QSet<int> is a more expensive container to use and create, so
it should be avoided.

This is source incompatible compared to earlier Qt 5 for
QAbstractItemView subclasses which reimplement dataChanged, but this
patch changes nothing compared to already-present SiC compared
to Qt 4.

Change-Id: Id95391dfd62a0a7f487a8765790b007badefb937
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-06-12 04:30:07 +02:00
..
chart.desktop Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
chart.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
chart.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindow.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindow.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mydata.cht Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
pieview.cpp Use a QVector<int> instead of a QSet<int> in itemviews/models. 2012-06-12 04:30:07 +02:00
pieview.h Use a QVector<int> instead of a QSet<int> in itemviews/models. 2012-06-12 04:30:07 +02:00
qtdata.cht Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00