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