summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2022-08-16 20:38:04 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2022-08-16 20:38:04 +0300
commit87577dde04ed219bda776dabca86176149736331 (patch)
tree4e7c6d1acd69092b182c09f1a8fc0b7d1419b142
parent429096eb954672d3727a3e8cc83832bc79cf7967 (diff)
parent16d784a411f26446dd020c4d15e7d0cf9e271db4 (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgpl
-rw-r--r--.qmake.conf2
-rw-r--r--src/webview/doc/src/qtwebview-overview.qdoc6
2 files changed, 5 insertions, 3 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 7596096..d7075cd 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,4 +2,4 @@ load(qt_build_config)
DEFINES += QT_NO_FOREACH
-MODULE_VERSION = 5.15.5
+MODULE_VERSION = 5.15.6
diff --git a/src/webview/doc/src/qtwebview-overview.qdoc b/src/webview/doc/src/qtwebview-overview.qdoc
index 0c2330b..dc59f3c 100644
--- a/src/webview/doc/src/qtwebview-overview.qdoc
+++ b/src/webview/doc/src/qtwebview-overview.qdoc
@@ -40,8 +40,10 @@
on iOS, where policy dictates that all web content is displayed using the
operating system's web view.
- On Windows, Linux, and \macos, Qt \WebView depends on the \l{Qt WebEngine}
- module to render content.
+ On Windows and Linux, Qt \WebView depends on the \l{Qt WebEngine} module to render
+ content.
+
+ On \macos, the system web view is used in the same manner as iOS.
\section1 Prerequisites