mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: make load/sync inline in qPref
Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
254ba61fd9
commit
5f3471bf86
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue