diff options
author | jan Iversen <jani@apache.org> | 2018-07-04 22:46:59 +0200 |
---|---|---|
committer | jan Iversen <jani@apache.org> | 2018-07-12 18:44:31 +0200 |
commit | 928fc1ee79a4391384f448cb75369ddb5e03ef28 (patch) | |
tree | f848c4adc1ad14843e68c088d809fbdbf4ef8636 /core/settings/qPref.h | |
parent | 9732194bf8e018d93fc3b0244992b23d2cdd2859 (diff) | |
download | subsurface-928fc1ee79a4391384f448cb75369ddb5e03ef28.tar.gz |
core: move load of display variables to qPrefDisplay from SettingsObjectWrapper
ensure SettingsObjectWrapper load() loads all display variables.
Copy font setting code from SettingsObjectWrapper to qPrefDisplay
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/settings/qPref.h')
-rw-r--r-- | core/settings/qPref.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/qPref.h b/core/settings/qPref.h index 425484726..70eef3cb3 100644 --- a/core/settings/qPref.h +++ b/core/settings/qPref.h @@ -20,8 +20,8 @@ public: // Load/Sync local settings (disk) and struct preference void loadSync(bool doSync); - void load() { loadSync(false); }; - void sync() { loadSync(true); }; + void load() { loadSync(false); } + void sync() { loadSync(true); } public: enum cloud_status { |