summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-28 09:47:53 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-04-06 15:09:30 +0100
commit476dace4dcce4977f2762f238042449d4292db01 (patch)
tree3d7e3a1cc3b752e94e15375b89fc37128ac161ea
parentf560ca2556a3b2f8ba184c222c93a717830dcb00 (diff)
Expand documentation on the chromium versions
Mention runtime calls, and the file in sources. Change-Id: I30fd5581272caec4e24ecc9a3ced82b99803eae2 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io> (cherry picked from commit fb82b7c7c53ddfd9ec087d7766a4f177f71971f9) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/doc/src/qtwebengine-overview.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/doc/src/qtwebengine-overview.qdoc b/src/core/doc/src/qtwebengine-overview.qdoc
index 50fd59ccd..5b20945c6 100644
--- a/src/core/doc/src/qtwebengine-overview.qdoc
+++ b/src/core/doc/src/qtwebengine-overview.qdoc
@@ -90,7 +90,10 @@
that is part of the documentation in the \l {Chromium Project} upstream source tree.
This version of \QWE is based on Chromium version 94.0.4606, with additional security
- fixes from newer versions.
+ fixes from newer versions. The Chromium version can also be read at runtime using the
+ \l qWebEngineChromiumVersion() method, and \l qWebEngineChromiumSecurityPatchVersion()
+ to read the current patch level. You can also find the versions in the QtWebEngine
+ sources in the CHROMIUM_VERSION file.
\section2 Qt WebEngine Process