qt5base-lts/tests/auto/corelib/thread
Sze Howe Koh d7e8b57d0a 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>
2012-10-19 20:25:16 +02:00
..
qatomicint Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qatomicpointer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qfuture Move QFuture from QtConcurrent to QtCore 2012-09-28 23:50:10 +02:00
qfuturesynchronizer Move QFutureSynchronizer back to QtCore 2012-09-28 23:50:10 +02:00
qfuturewatcher Move QFutureWatcher back to QtCore 2012-09-28 23:50:10 +02:00
qmutex Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qmutexlocker Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qreadlocker Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qreadwritelock Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qresultstore Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCore 2012-09-28 23:50:10 +02:00
qsemaphore Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qthread Remove the QThread::terminated() signal 2012-10-19 20:25:16 +02:00
qthreadonce Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qthreadpool Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qthreadstorage Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwaitcondition Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwritelocker Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
thread.pro Move QFutureSynchronizer back to QtCore 2012-09-28 23:50:10 +02:00