summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-06 09:52:41 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-08-08 11:07:25 (GMT)
commitf2ce3ed703b8e6622706c1dd9ad882d69491d9c7 (patch)
treeaada1a47f5ee6aea7f8d3ee2745420f6ee1cf3e6 /doc
parent4796bebccdc67369ba3df5e34d48df8eed4b8b35 (diff)
downloadQt-f2ce3ed703b8e6622706c1dd9ad882d69491d9c7.zip
Qt-f2ce3ed703b8e6622706c1dd9ad882d69491d9c7.tar.gz
Qt-f2ce3ed703b8e6622706c1dd9ad882d69491d9c7.tar.bz2
doc: Fixed some missing images.
Task-nr: QTBUG-8246 (cherry picked from commit a273f6fb0b2410da772e7759125f955da9a5e19c)
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/imagegestures.qdoc2
-rw-r--r--doc/src/getting-started/examples.qdoc2
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/examples/imagegestures.qdoc b/doc/src/examples/imagegestures.qdoc
index 57479d8..3d4e467 100644
--- a/doc/src/examples/imagegestures.qdoc
+++ b/doc/src/examples/imagegestures.qdoc
@@ -32,8 +32,6 @@
This example shows how to enable gestures for a widget and use gesture input
to perform actions.
- \image imagegestures-example.png Screenshot of the Image Gestures example.
-
We use two classes to create the user interface for the application: \c MainWidget
and \c ImageWidget. The \c MainWidget class is simply used as a container for the
\c ImageWidget class, which we will configure to accept gesture input. Since we
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index b6766d5..9cc7a95 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -529,7 +529,7 @@
\title OpenVG Examples
\brief Accessing OpenVG from Qt
- \image openvg-examples.png
+ \image opengl-examples.png
Qt provides support for integration with OpenVG implementations on
platforms with suitable drivers.