summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-28 11:20:55 +0200
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-08-28 10:31:18 +0000
commitd97046b0493214aa703d50a721f48a1b620ba713 (patch)
tree63835d9a28e891c9a45a928f6595071f420d2796
parent80dd99fceda4c5e8f3ebfc329865f5ae10f906ad (diff)
Doc: edit QWebEngineCertificateError docs
Change-Id: I147f7e3da41804f7b28e08647a0b6d1756394e4f Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
-rw-r--r--src/webenginewidgets/api/qwebenginecertificateerror.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/webenginewidgets/api/qwebenginecertificateerror.cpp b/src/webenginewidgets/api/qwebenginecertificateerror.cpp
index e320552bf..f35175c67 100644
--- a/src/webenginewidgets/api/qwebenginecertificateerror.cpp
+++ b/src/webenginewidgets/api/qwebenginecertificateerror.cpp
@@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE
\since 5.4
\inmodule QtWebEngineWidgets
- QWebEngineCertificateError holds known information about a certificate error to be used to determine whether to allow it or not, and to be reported to the user.
+ Provides information about a certificate error.
*/
class QWebEngineCertificateErrorPrivate {
@@ -82,7 +82,8 @@ QWebEngineCertificateError::~QWebEngineCertificateError()
This enum describes the type of certificate error encountered.
- \value SslPinnedKeyNotInCertificateChain The certificate did not match the built-in public key pins for the host name.
+ \value SslPinnedKeyNotInCertificateChain The certificate did not match the built-in public keys
+ pinned for the host name.
\value CertificateCommonNameInvalid The certificate's common name did not match the host name.
\value CertificateDateInvalid The certificate is not valid at the current date and time.
\value CertificateAuthorityInvalid The certificate is not signed by a trusted authority.