summaryrefslogtreecommitdiffstats
path: root/src/core/net/proxy_config_service_qt.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-04 13:20:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-11-13 21:16:28 +0100
commit6b25e22685cfe434bb17db006c33db7341ca7028 (patch)
tree3691ca5d33b3497940fd66e4d44b538367a00622 /src/core/net/proxy_config_service_qt.h
parent723a0d074ef96083eecae58d3dbed78339a68402 (diff)
Code-style cleanup in src/core/net
Picking suggested changes for a clang-format run. Change-Id: I3539dee65f153257015af4a8670312e74980a9e4 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core/net/proxy_config_service_qt.h')
-rw-r--r--src/core/net/proxy_config_service_qt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/net/proxy_config_service_qt.h b/src/core/net/proxy_config_service_qt.h
index 09e88d445..4d8619055 100644
--- a/src/core/net/proxy_config_service_qt.h
+++ b/src/core/net/proxy_config_service_qt.h
@@ -51,14 +51,14 @@
#include <QNetworkProxy>
class ProxyConfigServiceQt
- : public net::ProxyConfigService
- , public net::ProxyConfigService::Observer {
+ : public net::ProxyConfigService
+ , public net::ProxyConfigService::Observer
+{
public:
-
static net::ProxyServer fromQNetworkProxy(const QNetworkProxy &);
explicit ProxyConfigServiceQt(std::unique_ptr<ProxyConfigService> baseService,
- const net::ProxyConfigWithAnnotation& initialConfig,
+ const net::ProxyConfigWithAnnotation &initialConfig,
ProxyPrefs::ConfigState initialState);
~ProxyConfigServiceQt() override;