Fix build without QT_IMPLICIT_QCHAR_CONSTRUCTION

This commit is contained in:
K900
2024-10-10 21:15:57 +03:00
committed by John Preston
parent 394ef13955
commit 566f279137
12 changed files with 26 additions and 26 deletions
@@ -434,7 +434,7 @@ void CloudManager::requestLanguageAndSwitch(
void CloudManager::sendSwitchingToLanguageRequest() {
if (!_api) {
_switchingToLanguageId = -1;
_switchingToLanguageRequest = -1;
return;
}
_api->request(_switchingToLanguageRequest).cancel();