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
1 changed files with 1 additions and 1 deletions

View File

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