diff options
Diffstat (limited to 'core/settings/qPrefGeneral.cpp')
-rw-r--r-- | core/settings/qPrefGeneral.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/settings/qPrefGeneral.cpp b/core/settings/qPrefGeneral.cpp index a04198d7a..766f5edbc 100644 --- a/core/settings/qPrefGeneral.cpp +++ b/core/settings/qPrefGeneral.cpp @@ -11,10 +11,6 @@ static const QString st_diveshareExport_uid_default; bool qPrefGeneral::st_diveshareExport_private; static const bool st_diveshareExport_private_default = false; -qPrefGeneral::qPrefGeneral(QObject *parent) : QObject(parent) -{ -} - qPrefGeneral *qPrefGeneral::instance() { static qPrefGeneral *self = new qPrefGeneral; |