diff options
Diffstat (limited to 'core/settings/qPrefPartialPressureGas.cpp')
-rw-r--r-- | core/settings/qPrefPartialPressureGas.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/settings/qPrefPartialPressureGas.cpp b/core/settings/qPrefPartialPressureGas.cpp index d7d20952a..f23076cb0 100644 --- a/core/settings/qPrefPartialPressureGas.cpp +++ b/core/settings/qPrefPartialPressureGas.cpp @@ -4,10 +4,6 @@ static const QString group = QStringLiteral("TecDetails"); -qPrefPartialPressureGas::qPrefPartialPressureGas(QObject *parent) : QObject(parent) -{ -} - qPrefPartialPressureGas *qPrefPartialPressureGas::instance() { static qPrefPartialPressureGas *self = new qPrefPartialPressureGas; |