From 181d2cf364f22c5e673916d884ca5f0742e137ce Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 27 Jul 2018 21:55:49 +0200 Subject: core: activate qPrefProxy remove Proxy from SettingsObjectWrapper and reference qPrefProxy update files using SettingsObjectWrapper/Proxy to use qPrefProxy this activated qPrefProxy and removed the similar class from SettingsObjectWrapper. Signed-off-by: Jan Iversen --- core/settings/qPref.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/settings') diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp index 49851c29a..aae226d30 100644 --- a/core/settings/qPref.cpp +++ b/core/settings/qPref.cpp @@ -18,6 +18,8 @@ void qPref::loadSync(bool doSync) qPrefCloudStorage::instance()->loadSync(doSync); qPrefDisplay::instance()->loadSync(doSync); qPrefDiveComputer::instance()->loadSync(doSync); + // qPrefFaceook does not use disk. + qPrefProxy::instance()->loadSync(doSync); } const QString qPref::canonical_version() const -- cgit v1.2.3-70-g09d2