summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@idiap.ch>2021-06-16 21:23:09 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-06-17 07:22:52 +0000
commite0a99a8cc05cea5e4643ca9824ad7f1ebba3f445 (patch)
treef39b3f2d7196aa35e8e4413bc354f87a1a358af0 /src
parent65f7d9de4d784896df7e3caf8197825e2c2bf7e9 (diff)
Fix the macOS information with regard to the use of the system web view
macOS provides a system web view so the module does not use webengine on that platform. Change-Id: I980e9d8af9c8adfb8307ac52a6a34847c00d8217 Pick-to: 5.15 6.2 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/webview/doc/src/qtwebview-overview.qdoc6
1 files changed, 4 insertions, 2 deletions
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