mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core/settings: make qPrefGeocoding functions static
Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
d0dcc7b32a
commit
54f8217eec
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ public:
|
|||
static void sync() { loadSync(true); }
|
||||
|
||||
public:
|
||||
taxonomy_category first_taxonomy_category() { return prefs.geocoding.category[0]; }
|
||||
taxonomy_category second_taxonomy_category() { return prefs.geocoding.category[1]; }
|
||||
taxonomy_category third_taxonomy_category() { return prefs.geocoding.category[2]; }
|
||||
static taxonomy_category first_taxonomy_category() { return prefs.geocoding.category[0]; }
|
||||
static taxonomy_category second_taxonomy_category() { return prefs.geocoding.category[1]; }
|
||||
static taxonomy_category third_taxonomy_category() { return prefs.geocoding.category[2]; }
|
||||
|
||||
public slots:
|
||||
static void set_first_taxonomy_category(taxonomy_category value);
|
||||
|
|
Loading…
Add table
Reference in a new issue