qt6-bb10/tests/auto/corelib/kernel/qcoreapplication
Alex Trotsenko 2180b4c84a QEventDispatcherWin32: create internal window on construction
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 a4ac4b3263 for
QWindowsGuiEventDispatcher in the same way. So, the risk of regression
is minimal.

Change-Id: I7bbb721d96046f64d21a7b0e553e46798b37189c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-09-16 19:26:02 +03:00
..
.gitignore Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
.prev_CMakeLists.txt cmake: Re-enable qcoreapplication and qtimer tests 2020-09-12 15:11:52 +02:00
CMakeLists.txt cmake: Re-enable qcoreapplication and qtimer tests 2020-09-12 15:11:52 +02:00
Info.plist Provide sensible defaults for QCoreApplication::applicationVersion 2017-01-12 02:13:21 +00:00
qcoreapplication.pro qmake: Allow non-bundle apps and libs to have an Info.plist 2017-09-29 10:08:08 +00:00
tst_qcoreapplication.cpp QEventDispatcherWin32: create internal window on construction 2020-09-16 19:26:02 +03:00
tst_qcoreapplication.h QEventDispatcherWin32: create internal window on construction 2020-09-16 19:26:02 +03:00