summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-02 14:15:57 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-05-03 08:50:02 +0000
commitd0ca6784282fea4cff47784e6ed5e36887187af4 (patch)
tree0f90b2210e9c356f811794cf5576e89683282633 /src
parent27a2a77d2abed034129077db74302194f042e8da (diff)
Doc: Fix QDoc warnings
Change-Id: I00ec352cdea43d44388889805f1bd609a3555c4c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/core/api/qwebengineclientcertificatestore.cpp7
-rw-r--r--src/webenginewidgets/api/qwebengineprofile.cpp4
2 files changed, 2 insertions, 9 deletions
diff --git a/src/core/api/qwebengineclientcertificatestore.cpp b/src/core/api/qwebengineclientcertificatestore.cpp
index 854628b29..0c059bcca 100644
--- a/src/core/api/qwebengineclientcertificatestore.cpp
+++ b/src/core/api/qwebengineclientcertificatestore.cpp
@@ -49,13 +49,6 @@ QT_BEGIN_NAMESPACE
#if QT_CONFIG(ssl)
/*!
- \class QWebEngineClientCertificateStore::Entry
- \inmodule QtWebEngineCore
- \since 5.13
- \brief This structure holds the certificate and the private key.
-*/
-
-/*!
\class QWebEngineClientCertificateStore
\inmodule QtWebEngineCore
\since 5.13
diff --git a/src/webenginewidgets/api/qwebengineprofile.cpp b/src/webenginewidgets/api/qwebengineprofile.cpp
index 6b31b3217..237d68473 100644
--- a/src/webenginewidgets/api/qwebengineprofile.cpp
+++ b/src/webenginewidgets/api/qwebengineprofile.cpp
@@ -834,8 +834,8 @@ void QWebEngineProfile::removeAllUrlSchemeHandlers()
Currently only affects Linux/NSS installations where it enables OCSP.
- As long as one profile has this option enabled, all other profiles will be
- able to use it for their certificate verification.
+ As long as one profile has \a enabled set to \c true, all other profiles
+ will be able to use it for their certificate verification.
\sa isUsedForGlobalCertificateVerification(), httpCacheType()
*/