diff options
author | Jocelyn Turcotte <jocelyn.turcotte@digia.com> | 2014-03-13 15:24:29 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-17 17:03:00 +0100 |
commit | 95cbee1ed1ce6102d407f8610b23660d52462d11 (patch) | |
tree | 4c0d9ef7c20dd5cd8fc72f30ffe224c0042a1c62 /Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp | |
parent | b2254b0e8d6e82a312edcb05086ed08885e78533 (diff) | |
download | qtwebkit-95cbee1ed1ce6102d407f8610b23660d52462d11.tar.gz |
Fix doc warnings
- Qt for Embedded Linux Requirements isn't available since Qt5
- NOTIFY signal documentations are now ignored and are part of their property
- The QtQuick1 WebView code isn't available anymore
- Adjust to other renamed and removed pages
Change-Id: Ife04becb1a847fb0bfb11dfafa6db2caa36aa9f0
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
Diffstat (limited to 'Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp')
-rw-r--r-- | Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp b/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp index 30b6984cc..c3cc68a7b 100644 --- a/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp +++ b/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp @@ -1590,7 +1590,7 @@ QQuickWebPage* QQuickWebViewExperimental::page() specified within the QML application. QML WebView version 3.0 is incompatible with previous QML \l - {QtWebKit1::WebView} {WebView} API versions. It allows an + WebView API versions. It allows an application to load pages into the WebView, either by URL or with an HTML string, and navigate within session history. By default, links to different pages load within the same WebView, but applications |