mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix a typo in the LinuxIntegration event dispatcher warning
This commit is contained in:
parent
1cad1966f7
commit
c2e96db358
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue