summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-12-18 15:59:46 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2016-01-05 07:58:46 +0000
commit3f92ac7456a6c89fee71623594058c928a727204 (patch)
tree14f1b0aee8ebd4388b30f8e116118fc6212d7b09 /src/webenginewidgets
parentbee213d1f309daf8a16042ff21b1d6f81e6a5942 (diff)
Doc: certificate management in Qt WebEngine
Task-number: QTBUG-49987 Change-Id: I04440144566d7a0caf36f6eaf3b724a02cf58205 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/webenginewidgets')
-rw-r--r--src/webenginewidgets/doc/src/qtwebkitportingguide.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webenginewidgets/doc/src/qtwebkitportingguide.qdoc b/src/webenginewidgets/doc/src/qtwebkitportingguide.qdoc
index 41feecbe5..ca1309718 100644
--- a/src/webenginewidgets/doc/src/qtwebkitportingguide.qdoc
+++ b/src/webenginewidgets/doc/src/qtwebkitportingguide.qdoc
@@ -35,7 +35,6 @@
\l{http://doc.qt.io/archives/qt-5.3/qml-qtwebkit-webview.html}{QWebView API} to use the
\l{Qt WebEngine} QWebEngineView.
-
\section1 Class Names
The Qt WebEngine equivalent of Qt WebKit C++ classes are prefixed by
@@ -199,6 +198,8 @@
connect(&page, SIGNAL(authenticationRequired(QNetworkReply*,QAuthenticator*)), this, SLOT(authenticate(QNetworkReply*,QAuthenticator*)));
\endcode
+ This also affects the way in which certificates are managed. For more information, see
+ \l {Managing Certificates}.
\section1 Notes About Individual Methods