I am using a custom event processing with QEventLoop::processEvents()
to make some piece of code synchronous... I have seen QEventLoop::wakeUp()
in the documentation which says:
Wakes up the event loop.
Looks like too little for me. What does QEventLoop::wakeUp()
actually do and when should I call it?