mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix test for the master branch
This commit is contained in:
parent
0896807ca5
commit
e960829112
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ namespace Setting {
|
|||
*/
|
||||
void Manager::forceSave() {
|
||||
withWriteLock([&] {
|
||||
_qSettings->sync();
|
||||
_qSettings.sync();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue