mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02: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