summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecertificateerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qwebenginecertificateerror.h')
-rw-r--r--src/core/api/qwebenginecertificateerror.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/api/qwebenginecertificateerror.h b/src/core/api/qwebenginecertificateerror.h
index 6097f430c..029c2a512 100644
--- a/src/core/api/qwebenginecertificateerror.h
+++ b/src/core/api/qwebenginecertificateerror.h
@@ -48,12 +48,11 @@
namespace QtWebEngineCore {
class WebContentsDelegateQt;
+class CertificateErrorController;
}
QT_BEGIN_NAMESPACE
-class CertificateErrorController;
-
class Q_WEBENGINECORE_EXPORT QWebEngineCertificateError {
Q_GADGET
Q_PROPERTY(QUrl url READ url CONSTANT FINAL)
@@ -105,8 +104,9 @@ public:
private:
friend class QtWebEngineCore::WebContentsDelegateQt;
- QWebEngineCertificateError(const QSharedPointer<CertificateErrorController> &controller);
- QSharedPointer<CertificateErrorController> d;
+ QWebEngineCertificateError(
+ const QSharedPointer<QtWebEngineCore::CertificateErrorController> &controller);
+ QSharedPointer<QtWebEngineCore::CertificateErrorController> d;
};
QT_END_NAMESPACE