diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-24 15:47:34 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-24 15:47:34 (GMT) |
commit | aa892599c7e3bf5ca2271712b9bca7ddaab6707e (patch) | |
tree | afdc9f136c7ea5daa7af2d8716bae7da84735635 /doc | |
parent | 7a2ea2e8d88670e4243b7125cc6cf04aa26e6ce6 (diff) | |
download | Qt-aa892599c7e3bf5ca2271712b9bca7ddaab6707e.zip Qt-aa892599c7e3bf5ca2271712b9bca7ddaab6707e.tar.gz Qt-aa892599c7e3bf5ca2271712b9bca7ddaab6707e.tar.bz2 |
Fix link to WebView examples.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index b36671e..45d73c9 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -548,15 +548,17 @@ */ /*! - \title Models and Views: WebView Example + \title Models and Views: WebView Examples \page qml-webview-examples.html - \list - \o \l {Models and Views: Alert WebView Example} - \o \l {Models and Views: Autosize WebView Example} - \o \l {Models and Views: GoogleMaps WebView Example} - \o \l {Models and Views: Inline HTML WebView Example} - \o \l {Models and Views: New Windows WebView Example} + \brief These examples show how to use the WebView element. + + \list + \o \l {Models and Views: Alert WebView Example} + \o \l {Models and Views: Autosize WebView Example} + \o \l {Models and Views: GoogleMaps WebView Example} + \o \l {Models and Views: Inline HTML WebView Example} + \o \l {Models and Views: New Windows WebView Example} \endlist @@ -564,8 +566,7 @@ /*! \title Models and Views: Alert WebView Example \example declarative/modelviews/webview - -\depends helper/qmlapplicationviewer + \depends helper/qmlapplicationviewer \brief These examples show how to use the WebView element. |