Fix build with MSVC.

This commit is contained in:
John Preston 2023-07-24 10:44:36 +04:00
parent 727bfd1059
commit 0b1b996e33
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ int Launcher::exec() {
bool Launcher::validateCustomWorkingDir() {
if (customWorkingDir()) {
if (_customWorkingDir == cWorkingDir()) {
_customWorkingDir = {};
_customWorkingDir = QString();
return false;
}
cForceWorkingDir(_customWorkingDir);