summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-11-02 19:29:19 +0100
committerMichal Klocek <michal.klocek@qt.io>2022-11-30 13:21:30 +0100
commitd2607a120bb66d2f8ca7dd61ede617c5c2b340a2 (patch)
treeaca2efc1ff62db8d80d04790d9423f19f18e235f
parent0a18b177d75d5cacf218d24651d36f0d89ad1db9 (diff)
Doc: Emphasize QtNetwork is not used
Fixes: QTBUG-106510 Change-Id: Ib6a63fb5796c437c14ba0885507a3cf6bf9d89f9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 6193ceb67b3d30904931c34aa2c7f5f97237d3e8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/src/qtwebengine-overview.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/doc/src/qtwebengine-overview.qdoc b/src/core/doc/src/qtwebengine-overview.qdoc
index 522dea3f2..193116b3e 100644
--- a/src/core/doc/src/qtwebengine-overview.qdoc
+++ b/src/core/doc/src/qtwebengine-overview.qdoc
@@ -58,6 +58,9 @@
The \QWE core is based on the \l {Chromium Project}. Chromium provides its own network
and painting engines and is developed tightly together with its dependent modules.
+ Even though the QtNetwork stack is not used, its setup can be synchronized with the \QWE.
+ See \l {Proxy Support}, \l {Managing Certificates}, \l {Client Certificates}, and
+ \l {QWebEngineCookieStore} for more details.
\note \QWE is based on Chromium, but does not contain or use any services
or add-ons that might be part of the Chrome browser that is built and delivered by Google.