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