Fix a typo in the LinuxIntegration event dispatcher warning

This commit is contained in:
Ilya Fedin 2023-08-04 08:14:50 +04:00 committed by John Preston
parent 1cad1966f7
commit c2e96db358

View file

@ -228,7 +228,7 @@ LinuxIntegration::LinuxIntegration()
if (!QCoreApplication::eventDispatcher()->inherits( if (!QCoreApplication::eventDispatcher()->inherits(
"QEventDispatcherGlib")) { "QEventDispatcherGlib")) {
g_warning("Qt is running without GLib event loop integration, " g_warning("Qt is running without GLib event loop integration, "
"except various functionality to not to work."); "expect various functionality to not to work.");
} }
} }