Is it possible to get the time when an event has been scheduled to a QEventLoop (e.g. the QCoreApplication
event loop)?
I have a situation where the main event loop is paused. When it's reactivated the events are fired and I am interested in the time when the events where added to the queue. The events are not custom events but system (and other) events.
Regards,