summaryrefslogtreecommitdiff
path: root/examples/webkitwidgets
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-26 21:39:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-27 13:36:01 +0100
commitc9d13139b65818785f218cc96d136d33591ca2f5 (patch)
tree703afa7e7a9d99f26147f8f8c417989ebdcf3451 /examples/webkitwidgets
parent2fc44e65e572b0481614ab4e6957ca75969355e8 (diff)
downloadqtwebkit-examples-c9d13139b65818785f218cc96d136d33591ca2f5.tar.gz
Doc: Fix most of the documentation warnings
- adding missing index files to \depends - fix warning: Can't link to 'The QtWebKit Bridge' Change-Id: I60665627f1aadbf7bd8a20ddda7d22db9ad694dc Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/webkitwidgets')
-rw-r--r--examples/webkitwidgets/imageanalyzer/doc/src/webkit-bridge-imageanalyzer.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webkitwidgets/imageanalyzer/doc/src/webkit-bridge-imageanalyzer.qdoc b/examples/webkitwidgets/imageanalyzer/doc/src/webkit-bridge-imageanalyzer.qdoc
index 35ca3bd..cbb2d4b 100644
--- a/examples/webkitwidgets/imageanalyzer/doc/src/webkit-bridge-imageanalyzer.qdoc
+++ b/examples/webkitwidgets/imageanalyzer/doc/src/webkit-bridge-imageanalyzer.qdoc
@@ -33,7 +33,7 @@
\ingroup webkit-widgetexamples
In this example, we will show how to write a hybrid application using
-\l{The QtWebKit Bridge}{QtWebKit Bridge}, which distinguishes itself from a
+\l{The Qt WebKit Bridge}{Qt WebKit Bridge}, which distinguishes itself from a
thin client in that it performs heavy calculations on the client side in C++,
like a native application, but presents nothing more than a \c QWebView for its
user interface, displaying web content written in HTML/JavaScript. The
@@ -41,7 +41,7 @@ application uses QtConcurrent to distribute its work across as many CPU cores as
are available from the system, so it can process each image in parallel.
For the full reference documentation of QtWebKit hybrid development, see
-\l{qtwebkit-bridge.html}{The QtWebKit Bridge}.
+\l{qtwebkit-bridge.html}{The Qt WebKit Bridge}.
Initially, you will see a user interface with an empty list of images. Clicking
on some of the images in the lower pane below adds them to the list view above,