diff options
Diffstat (limited to 'core/settings/qPrefGeocoding.cpp')
-rw-r--r-- | core/settings/qPrefGeocoding.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPrefGeocoding.cpp b/core/settings/qPrefGeocoding.cpp index 9597799ca..1b1813731 100644 --- a/core/settings/qPrefGeocoding.cpp +++ b/core/settings/qPrefGeocoding.cpp @@ -7,6 +7,7 @@ static const QString group = QStringLiteral("geocoding"); qPrefGeocoding::qPrefGeocoding(QObject *parent) : QObject(parent) { } + qPrefGeocoding *qPrefGeocoding::instance() { static qPrefGeocoding *self = new qPrefGeocoding; |