qt5base-lts/tests/auto/corelib/thread
Sven Anderson 2b7d98ef8f Allow to create a custom event dispatcher for specific QThreads.
QAbstractEventDispatcher() does no longer install itself into the current
thread.  Instead the new methods QThread::setEventDispatcher() and
QCoreApplication::setEventDispatcher() allow to install a custom event
dispatcher into any QThread as long as there is no default event dispatcher
created yet.  That is, before the thread has been started with
QThread::start() or, in case of the main thread, before QCoreApplication has
been instantiated.

Change-Id: I7367e13d8d8aebed5a5651260bb69b8818eb1b90
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2011-11-15 10:16:12 +01:00
..
qatomicint Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qatomicpointer Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmutex Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmutexlocker Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qreadlocker Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qreadwritelock Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qsemaphore Cleanup corelib autotests 2011-11-11 04:28:14 +01:00
qthread Allow to create a custom event dispatcher for specific QThreads. 2011-11-15 10:16:12 +01:00
qthreadonce Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qthreadstorage Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qwaitcondition Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qwritelocker Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
thread.pro Moving relevant tests to corelib/thread 2011-09-01 12:54:58 +02:00