mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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() {
|
void Manager::forceSave() {
|
||||||
withWriteLock([&] {
|
withWriteLock([&] {
|
||||||
_qSettings->sync();
|
_qSettings.sync();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue