summaryrefslogtreecommitdiffstats
path: root/src/core/certificate_error_controller.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-08-07 10:49:22 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-08-14 16:34:53 +0200
commitcf830e3122c94e429321f43ddc81b860bd223a72 (patch)
tree0d5718e3367e236754cc8c8e89376fa26a85760a /src/core/certificate_error_controller.h
parentc7a10dd8b0426a84205958a3f832a36fd35e24ca (diff)
Cleanup namespace issues in core
Change-Id: Ifdffc556278fa5d133da1896600a71248662e9fa Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/certificate_error_controller.h')
-rw-r--r--src/core/certificate_error_controller.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/certificate_error_controller.h b/src/core/certificate_error_controller.h
index 1b2d102dd..828a62070 100644
--- a/src/core/certificate_error_controller.h
+++ b/src/core/certificate_error_controller.h
@@ -64,7 +64,7 @@ class SSLInfo;
}
class GURL;
-QT_BEGIN_NAMESPACE
+namespace QtWebEngineCore {
class Q_WEBENGINECORE_PRIVATE_EXPORT CertificateErrorController {
public:
@@ -128,6 +128,5 @@ private:
Q_DISABLE_COPY(CertificateErrorController)
};
-QT_END_NAMESPACE
-
+}
#endif // CERTIFICATE_ERROR_CONTROLLER_H