diff options
Diffstat (limited to 'core/settings/qPrefGeneral.cpp')
-rw-r--r-- | core/settings/qPrefGeneral.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPrefGeneral.cpp b/core/settings/qPrefGeneral.cpp index f2ae46494..14868abcd 100644 --- a/core/settings/qPrefGeneral.cpp +++ b/core/settings/qPrefGeneral.cpp @@ -14,6 +14,7 @@ static const bool st_diveshareExport_private_default = false; qPrefGeneral::qPrefGeneral(QObject *parent) : QObject(parent) { } + qPrefGeneral *qPrefGeneral::instance() { static qPrefGeneral *self = new qPrefGeneral; |