diff options
Diffstat (limited to 'core/settings')
-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 6afd1a87a..251913831 100644 --- a/core/settings/qPref.h +++ b/core/settings/qPref.h @@ -22,8 +22,8 @@ public: // Load/Sync local settings (disk) and struct preference void loadSync(bool doSync); - void load() { loadSync(false); } - void sync() { loadSync(true); } + void inline load() { loadSync(false); } + void inline sync() { loadSync(true); } public: enum cloud_status { |