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