mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix a typo in the LinuxIntegration event dispatcher warning
This commit is contained in:
@@ -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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user