summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-04 12:47:46 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-04 13:06:48 +0000
commit514633108e88da241b6bbcbc108e1fcecdadf366 (patch)
tree7e01d6811ead785845a2d29472637399ef07b22f
parentf89ded9f17a59ca1ffe4d8711c0af4d54489e105 (diff)
Doc: Add link from QWEClientCertSelection to related signal
Task-number: QTBUG-70496 Change-Id: I393001986714cd39dee2ac4fae8433cde1383ef8 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--src/webenginewidgets/api/qwebengineclientcertificateselection.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/webenginewidgets/api/qwebengineclientcertificateselection.cpp b/src/webenginewidgets/api/qwebengineclientcertificateselection.cpp
index 8b5f49d6b..8d3c8d223 100644
--- a/src/webenginewidgets/api/qwebengineclientcertificateselection.cpp
+++ b/src/webenginewidgets/api/qwebengineclientcertificateselection.cpp
@@ -51,10 +51,14 @@ QT_BEGIN_NAMESPACE
\since 5.12
\inmodule QtWebEngineWidgets
- Provides access to the certificates to choose from, and a method for selecting one.
+ When a web site requests an SSL client certificate, and one or more certificates
+ are found in the system's client certificate store, this class provides access to
+ the certificates to choose from, as well as a method for selecting one.
The selection is asynchronous. If no certificate is selected and no copy of the
object is kept alive, loading will continue without a certificate.
+
+ \sa QWebEnginePage::selectClientCertificate()
*/
/*! \internal