diff options
Diffstat (limited to 'core/settings/qPrefGeocoding.h')
-rw-r--r-- | core/settings/qPrefGeocoding.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/settings/qPrefGeocoding.h b/core/settings/qPrefGeocoding.h index a47b534bc..81fc70f58 100644 --- a/core/settings/qPrefGeocoding.h +++ b/core/settings/qPrefGeocoding.h @@ -13,7 +13,6 @@ class qPrefGeocoding : public QObject { Q_PROPERTY(taxonomy_category third_taxonomy_category READ third_taxonomy_category WRITE set_third_taxonomy_category NOTIFY third_taxonomy_categoryChanged); public: - qPrefGeocoding(QObject *parent = NULL); static qPrefGeocoding *instance(); // Load/Sync local settings (disk) and struct preference @@ -37,6 +36,8 @@ signals: void third_taxonomy_categoryChanged(taxonomy_category value); private: + qPrefGeocoding() {} + static void disk_first_taxonomy_category(bool doSync); static void disk_second_taxonomy_category(bool doSync); static void disk_third_taxonomy_category(bool doSync); |