From 7940e45c4c56594a0fe43dda28f6126cb2ceb555 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sun, 2 Sep 2018 11:50:55 +0200 Subject: 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 --- core/settings/qPrefGeocoding.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/settings/qPrefGeocoding.h') diff --git a/core/settings/qPrefGeocoding.h b/core/settings/qPrefGeocoding.h index 3ed3fb034..9af704e47 100644 --- a/core/settings/qPrefGeocoding.h +++ b/core/settings/qPrefGeocoding.h @@ -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]; } -- cgit v1.2.3-70-g09d2