summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefDiveComputer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/settings/qPrefDiveComputer.cpp')
-rw-r--r--core/settings/qPrefDiveComputer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPrefDiveComputer.cpp b/core/settings/qPrefDiveComputer.cpp
index 7b5fa061e..60b0de266 100644
--- a/core/settings/qPrefDiveComputer.cpp
+++ b/core/settings/qPrefDiveComputer.cpp
@@ -7,6 +7,7 @@ static const QString group = QStringLiteral("DiveComputer");
qPrefDiveComputer::qPrefDiveComputer(QObject *parent) : QObject(parent)
{
}
+
qPrefDiveComputer *qPrefDiveComputer::instance()
{
static qPrefDiveComputer *self = new qPrefDiveComputer;