doc: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}

Task-number: QTBUG-70229
Change-Id: I3efc20baf0cfeb79834f3f2b7aa5a4cb049542f6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Gatis Paeglis 2018-08-28 16:54:14 +02:00 committed by Tony Sarajärvi
parent d241616e41
commit 232fe3ab6a

View File

@ -309,6 +309,15 @@ int QAbstractEventDispatcher::registerTimer(int interval, Qt::TimerType timerTyp
Wakes up the event loop.
\omit
### FIXME - QTBUG-70229
On Unix and Glib event dispatchers, if the dispatcher is already awake when
this function is called, it is ensured that the current iteration won't block
waiting for more events, but will instead do another event loop iteration.
### TODO - does other event dispatchers behave the same?
\endomit
\sa awake()
*/