mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-09 10:55:19 +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(
|
||||
"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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user