When QCoreApplication object is instantiated, creation of the internal
message window is delayed until QEventDispatcherWin32::processEvents()
is called or socket/event notifier is registered. But, if the user uses
a native event loop, posted events are not delivered and timers do not
work.
This problem was fixed in
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| .prev_CMakeLists.txt | ||
| CMakeLists.txt | ||
| Info.plist | ||
| qcoreapplication.pro | ||
| tst_qcoreapplication.cpp | ||
| tst_qcoreapplication.h | ||