From e4dcbab26b8b25df40b7d8937ac1306f4e19c84e Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 30 Sep 2013 15:36:33 +0200 Subject: 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 --- Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Source/WebKit2/UIProcess') 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 -- cgit v1.2.1