summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 3bdc9728a6..89c6fbef0d 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -116,6 +116,11 @@ QtCore
* drop a bogus QChar::NoCategory enum value; the proper QChar::Other_NotAssigned
value is returned for an unassigned codepoints now.
+* layoutAboutToBeChanged is no longer emitted by QAbstractItemModel::beginMoveRows.
+ layoutChanged is no longer emitted by QAbstractItemModel::endMoveRows. Proxy models
+ should now also connect to (and disconnect from) the rowsAboutToBeMoved and
+ rowsMoved signals.
+
QtGui
-----
* Accessibility has been refactored. The hierachy of accessible objects is implemented via