mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core/settings: add missing empty line.
Standard is to have 1 empty line between functions correct missing static in qPrefGeocoding.h Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
1a130ec461
commit
7940e45c4c
12 changed files with 14 additions and 3 deletions
|
@ -17,9 +17,9 @@ public:
|
|||
static qPrefGeocoding *instance();
|
||||
|
||||
// Load/Sync local settings (disk) and struct preference
|
||||
void loadSync(bool doSync);
|
||||
void load() { loadSync(false); }
|
||||
void sync() { loadSync(true); }
|
||||
static void loadSync(bool doSync);
|
||||
static void load() { loadSync(false); }
|
||||
static void sync() { loadSync(true); }
|
||||
|
||||
public:
|
||||
taxonomy_category first_taxonomy_category() { return prefs.geocoding.category[0]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue