qt5base-lts/tests/auto/corelib
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
..
animation Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
codecs Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
concurrent Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
global Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
io Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
kernel Allow to create a custom event dispatcher for specific QThreads. 2011-11-15 10:16:12 +01:00
plugin Re-enabled tst_qpluginloader 2011-11-11 18:28:49 +01:00
statemachine Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
thread Allow to create a custom event dispatcher for specific QThreads. 2011-11-15 10:16:12 +01:00
tools Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
xml Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
corelib.pro Exclude qtconcurrent tests via .pro files. 2011-10-12 18:01:19 +02:00