summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.06
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 12bff6d6ce..056b7506f0 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -611,6 +611,12 @@ QtWidgets
by QAbstractProxyModel and related classes. A copy of QProxyModel is available
in the UiHelpers library.
+* The virtual methods QApplication::commitData and QApplication::saveState, used for session
+ management, no longer exist.
+ Connect to the commitDataRequest and saveStateRequest signals instead.
+ The new isSessionSaving() method can be used in the cases where the closeEvent of your
+ window needs to know whether it is being called during shutdown.
+
* [QTBUG-20503] QFileSystemModel no longer masks out write permissions from the permissions
returned from permissions() or data(FilePermissions), even if in read-only mode
(QFileSystemModel::isReadOnly()).