Disable automatic conversions from 8-bit strings
This commit is contained in:
@@ -45,7 +45,7 @@ bool GlobalShortcutsBackendX11::IsAvailable() const {
|
||||
|
||||
bool GlobalShortcutsBackendX11::IsX11Available() {
|
||||
|
||||
return QApplication::platformName() == "xcb";
|
||||
return QApplication::platformName() == QStringLiteral("xcb");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user