Fix the chart itemview example
authorGiuseppe D'Angelo <dangelog@gmail.com>
Thu, 2 Feb 2012 17:40:27 +0000 (17:40 +0000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 3 Feb 2012 00:15:52 +0000 (01:15 +0100)
commitf0cac3f42fb661a6927a701a2c9b1e3d22e0d6fc
tree6b3f98c85e2ab32a132b84b1471c58abcfa6614e
parent4b64e38ddc92e88a837cd74a7311514f5a1098ad
Fix the chart itemview example

Commit 054a4aa7dddacbe31778c5c5e9ffc9d41f803353 (being a SIC)
breaks QAbstractItemViews that used to override the
dataChanged(QModelIndex, QModelIndex) method, so this change
updates the dataChanged signature accordingly.

Change-Id: I632b6625c12dcb09abcb737ea2648efeeedeee8e
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
examples/itemviews/chart/pieview.cpp
examples/itemviews/chart/pieview.h