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>
This commit is contained in:
jan Iversen 2018-09-02 11:50:55 +02:00 committed by Dirk Hohndel
parent 1a130ec461
commit 7940e45c4c
12 changed files with 14 additions and 3 deletions

View file

@ -8,6 +8,7 @@ static const QString group = QStringLiteral("Units");
qPrefUnits::qPrefUnits(QObject *parent) : QObject(parent)
{
}
qPrefUnits *qPrefUnits::instance()
{
static qPrefUnits *self = new qPrefUnits;