summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-08-13 12:03:41 +0200
committerSamuel Gaist <samuel.gaist@edeltech.ch>2014-08-13 12:32:20 +0200
commit9ed43f5db64e62a85b3a6fb1011689e4435946e7 (patch)
treef8d0477bd170833bcff349aa332aecf5b39d9e08
parent2093fb4cdc512600f3372baf6394b36d33f49835 (diff)
downloadqtdoc-9ed43f5db64e62a85b3a6fb1011689e4435946e7.tar.gz
Add missing API change for session management
Task-number: QTBUG-40554 Change-Id: If1a7e802ed71ae5d277470bc61a2c78e0db64678 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/source-breaks.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index d3f893f5..2174eb03 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -240,6 +240,9 @@ The following sections lists the API changes in each module and provides recomme
to get these styles or update your application to use the new fusion style.
For more details about this change, see
\l{https://blog.qt.digia.com/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/}.
+ \li The session management API has been simplified. commitData() has been obsoleted and removed.
+ The signal \l{QGuiApplication::commitDataRequest()} replaces it.
+ Q(Gui)Application will emit this signal from 5.2 onward on supported platforms (Linux and Windows)
\endlist
\section1 Changes to Qt Widgets