summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 46f4478dbb..e567021aa2 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -175,6 +175,10 @@ QtCore
* The default value of the property QSortFilterProxyModel::dynamicSortFilter was
changed from false to true.
+* The signature of the virtual QAbstractItemView::dataChanged method has changed to
+ include the roles which have changed. The signature is consistent with the dataChanged
+ signal in the model.
+
* QFileSystemWatcher is now able to return failure in case of errors whilst
altering the watchlist in both the singular and QStringList overloads of
addPath and removePath.