summaryrefslogtreecommitdiffstats
path: root/src/webview/qquickwebview.cpp
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@theqtcompany.com>2015-02-26 14:06:08 +0100
committerChristian Stromme <christian.stromme@theqtcompany.com>2015-04-27 17:11:04 +0000
commit0a7032be06dbcf2fe5a78ee1b98aee2c90dd65ce (patch)
tree3ec63359bec289799f5584865ccdb6ac5fe4e529 /src/webview/qquickwebview.cpp
parentb00a52955729d533f168ba7878a50356f7de46b7 (diff)
Doc: Remove the line that list supported platforms.
The line was only listing Android, but currently all major platforms are supported, either through a native WebView implementation or QtWebEngine. Change-Id: I56de7eeffca81d13160381928979ed5e39589451 Reviewed-by: Florian Bruhin <qt-project.org@the-compiler.org> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Diffstat (limited to 'src/webview/qquickwebview.cpp')
-rw-r--r--src/webview/qquickwebview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webview/qquickwebview.cpp b/src/webview/qquickwebview.cpp
index 1ca0bc1..66cbaf8 100644
--- a/src/webview/qquickwebview.cpp
+++ b/src/webview/qquickwebview.cpp
@@ -82,8 +82,6 @@ Q_GLOBAL_STATIC(CallbackStorage, callbacks)
APIs on the platforms where this is available, thus it does not necessarily require
including a full web browser stack as part of the application.
- WebView is currently supported on the following platforms: Android.
-
\note Due to platform limitations overlapping the WebView and other QML components
is not supported.
*/