core: make load/sync inline in qPref
Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
254ba61fd9
commit
5f3471bf86
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user