1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-17 10:21:11 +00:00

Merge branch 'wizard' into 'master'

Wizard: fix "file is already opened" warning

See merge request OpenMW/openmw!465
This commit is contained in:
psi29a 2020-12-15 15:35:47 +00:00
commit bc6bcda58f

View File

@ -157,6 +157,8 @@ void Wizard::MainWizard::setupGameSettings()
mGameSettings.readUserFile(stream); mGameSettings.readUserFile(stream);
} }
file.close();
// Now the rest // Now the rest
QStringList paths; QStringList paths;
paths.append(userPath + QLatin1String("openmw.cfg")); paths.append(userPath + QLatin1String("openmw.cfg"));