core: make load/sync inline in qPref

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-07-24 18:21:40 +02:00 committed by Dirk Hohndel
parent 254ba61fd9
commit 5f3471bf86

View file

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