summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-06 09:52:41 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-06 09:52:41 (GMT)
commita273f6fb0b2410da772e7759125f955da9a5e19c (patch)
treeb1c400ede6272cc5cda04f369fa71b31ca236b10 /doc
parente1ff574c9c37a955d5a0e398c0dc217363f38489 (diff)
downloadQt-a273f6fb0b2410da772e7759125f955da9a5e19c.zip
Qt-a273f6fb0b2410da772e7759125f955da9a5e19c.tar.gz
Qt-a273f6fb0b2410da772e7759125f955da9a5e19c.tar.bz2
doc: Fixed some missing images.
Task-nr: QTBUG-8246
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 b2895ba..1bf86e5 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.