aboutsummaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefLocationService.cpp
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-09-02 11:50:55 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-11 17:22:58 -0700
commit7940e45c4c56594a0fe43dda28f6126cb2ceb555 (patch)
tree66f185ab2e7610aa024863c079be557da70b568c /core/settings/qPrefLocationService.cpp
parent1a130ec46188c29f600b5938870092fef75ee067 (diff)
downloadsubsurface-7940e45c4c56594a0fe43dda28f6126cb2ceb555.tar.gz
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 <jani@apache.org>
Diffstat (limited to 'core/settings/qPrefLocationService.cpp')
-rw-r--r--core/settings/qPrefLocationService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPrefLocationService.cpp b/core/settings/qPrefLocationService.cpp
index 7c9bc8378..716a194c9 100644
--- a/core/settings/qPrefLocationService.cpp
+++ b/core/settings/qPrefLocationService.cpp
@@ -7,6 +7,7 @@ static const QString group = QStringLiteral("LocationService");
qPrefLocationService::qPrefLocationService(QObject *parent) : QObject(parent)
{
}
+
qPrefLocationService *qPrefLocationService::instance()
{
static qPrefLocationService *self = new qPrefLocationService;