core: qPref, remove inline and ; for inline functions

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-08-02 18:32:51 +02:00 committed by Dirk Hohndel
parent d6983391c6
commit 264aa883b2
8 changed files with 58 additions and 58 deletions

View file

@ -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 {