diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-09-30 15:36:33 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-01 17:40:31 +0200 |
commit | e4dcbab26b8b25df40b7d8937ac1306f4e19c84e (patch) | |
tree | 96561b891caea9e51403375d1c972e9279f64c02 /Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp | |
parent | 2efedcdc92b15b5a29de5de370f92f11892498c3 (diff) | |
download | qtwebkit-e4dcbab26b8b25df40b7d8937ac1306f4e19c84e.tar.gz |
Doc: Reverted name of Qt WebKit and landing page filename.
-qtwebkit-index.html and "Qt WebKit" are the correct names for the
module according to the writing guidelines
-index.html will collide with the main Qt 5 index.html page
Change-Id: Ic07ae422b85766090b1e3c09b34100293a972bfb
Reviewed-by: Martin Smith <martin.smith@digia.com>
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 |