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