diff options
| author | Paul Olav Tvete <paul.tvete@digia.com> | 2012-12-04 15:54:19 +0100 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-12-04 16:17:50 +0100 |
| commit | 56a644a26fa61a8e5c0270e15687e7ef25c0312a (patch) | |
| tree | 12345dbb4c44506dc4379b7049bd97a186d769d5 | |
| parent | b8c97e702b56c60fdbd7f72add58a18a9743bf48 (diff) | |
| download | qtwebkit-56a644a26fa61a8e5c0270e15687e7ef25c0312a.tar.gz | |
Fix links in Qt WebKit and Qt WebKit Widget documentation
Change-Id: Ibe7ef6bc1ea6ef42fce09fe6c4b6d64ac9ae2e9a
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
| -rw-r--r-- | Source/WebKit/qt/docs/qtwebkit.qdoc | 2 | ||||
| -rw-r--r-- | Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/qt/docs/qtwebkit.qdoc b/Source/WebKit/qt/docs/qtwebkit.qdoc index 384f63177..f17802d84 100644 --- a/Source/WebKit/qt/docs/qtwebkit.qdoc +++ b/Source/WebKit/qt/docs/qtwebkit.qdoc @@ -1,7 +1,7 @@ /*! \module QtWebKit \page qtwebkitwidgets-index.html - \title WebKit in Qt + \title Qt Webkit Widgets \contentspage All Qt Modules \previouspage QtSvg \nextpage QtXml diff --git a/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp b/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp index efd5d2075..fd026215f 100644 --- a/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp +++ b/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp @@ -1423,7 +1423,7 @@ QQuickWebPage* QQuickWebViewExperimental::page() /*! \page qtwebkit-index.html - \title QtWebKit: QML WebView version 3.0 + \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 |
