diff options
Diffstat (limited to 'core/settings/qPrefProxy.h')
-rw-r--r-- | core/settings/qPrefProxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/settings/qPrefProxy.h b/core/settings/qPrefProxy.h index 2940c2642..c12c07a2b 100644 --- a/core/settings/qPrefProxy.h +++ b/core/settings/qPrefProxy.h @@ -16,7 +16,6 @@ class qPrefProxy : public QObject { Q_PROPERTY(QString proxy_user READ proxy_user WRITE set_proxy_user NOTIFY proxy_userChanged); public: - qPrefProxy(QObject *parent = NULL); static qPrefProxy *instance(); // Load/Sync local settings (disk) and struct preference @@ -49,6 +48,8 @@ signals: void proxy_userChanged(const QString &value); private: + qPrefProxy() {} + static void disk_proxy_auth(bool doSync); static void disk_proxy_host(bool doSync); static void disk_proxy_pass(bool doSync); |