Make the i18n T function use std::string_view

Buildfixes, crashfixes

One more

Android buildfix

Buildfix Qt
This commit is contained in:
Henrik Rydgård
2024-01-19 13:44:49 +01:00
parent 9322b4c6dc
commit c5791764d8
135 changed files with 436 additions and 486 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ bool GameManager::DetectTexturePackDest(struct zip *z, int iniIndex, Path &dest)
return true;
}
void GameManager::SetInstallError(const std::string &err) {
void GameManager::SetInstallError(std::string_view err) {
installProgress_ = 0.0f;
installError_ = err;
InstallDone();