qt5base-lts/tests/auto/corelib/kernel
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
..
qabstractitemmodel Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
qcoreapplication Allow to create a custom event dispatcher for specific QThreads. 2011-11-15 10:16:12 +01:00
qeventloop Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qitemmodel Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
qmath Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmetaobject moc: support mapping pointers to member functions to indexes 2011-11-14 15:52:26 +01:00
qmetaobjectbuilder Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmetaproperty Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmetatype Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmimedata Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qobject Fix warning in tst_qobject 2011-11-11 16:47:23 +01:00
qpointer Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qsignalmapper Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qsocketnotifier Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qtimer Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qtranslator Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qvariant Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qwineventnotifier Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
kernel.pro Deleted qtipc autotest from qtbase 2011-11-09 14:05:19 +01:00