Fix test for the master branch

This commit is contained in:
Dale Glass 2022-10-23 16:02:37 +02:00
parent 0896807ca5
commit e960829112

View file

@ -127,7 +127,7 @@ namespace Setting {
*/ */
void Manager::forceSave() { void Manager::forceSave() {
withWriteLock([&] { withWriteLock([&] {
_qSettings->sync(); _qSettings.sync();
}); });
} }