diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp')
-rw-r--r-- | Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp b/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp index ab3045834..07e606881 100644 --- a/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp +++ b/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp @@ -1576,13 +1576,13 @@ QQuickWebPage* QQuickWebViewExperimental::page() } /*! - \page index.html - \title QtWebKit: QML WebView version 3.0 + \page qtwebkit-index.html + \title Qt WebKit - The WebView API allows QML applications to render regions of dynamic - web content. A \e{WebView} component may share the screen with other - QML components or encompass the full screen as specified within the - QML application. + The Qt WebKit module provides the WebView API which allows QML applications + to render regions of dynamic web content. A \e{WebView} component may share + the screen with other QML components or encompass the full screen as + specified within the QML application. QML WebView version 3.0 is incompatible with previous QML \l {QtWebKit1::WebView} {WebView} API versions. It allows an |