summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2012-10-19 00:33:03 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-19 20:25:16 +0200
commitd7e8b57d0a98696a05cfb0eb15236a34301d9d0a (patch)
tree31926a55d022a399ae09eb85ad41a5e369d80215 /dist
parent39eaff6773fc4f05fc95473b769b3a2f0301e12b (diff)
Remove the QThread::terminated() signal
The signal is removed from the API; all references to it are removed from documentation; the unit test that checks for its emission is modified to listen for QThread::finished() instead. The QThreadPrivate::terminated flag is also removed, as it served no purpose other than to trigger the emission of QThread::terminated() As discussed at http://lists.qt-project.org/pipermail/development/2012-October/007216.html the signal is not guaranteed to be emitted after every termination, rendering it useless. Change-Id: I7b0c45d7889da0d33875545331606f2208ee56fc Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.02
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 834b62edbe..5c9d5147c4 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -323,6 +323,8 @@ information about a particular change.
- QAbstractPageSetupDialog has been removed.
+- QThread::terminated() has been removed, since its emission cannot be guaranteed.
+
****************************************************************************
* General *
****************************************************************************