diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-06 09:52:41 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-06 09:52:41 (GMT) |
commit | a273f6fb0b2410da772e7759125f955da9a5e19c (patch) | |
tree | b1c400ede6272cc5cda04f369fa71b31ca236b10 /doc/src/examples | |
parent | e1ff574c9c37a955d5a0e398c0dc217363f38489 (diff) | |
download | Qt-a273f6fb0b2410da772e7759125f955da9a5e19c.zip Qt-a273f6fb0b2410da772e7759125f955da9a5e19c.tar.gz Qt-a273f6fb0b2410da772e7759125f955da9a5e19c.tar.bz2 |
doc: Fixed some missing images.
Task-nr: QTBUG-8246
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/imagegestures.qdoc | 2 |
1 files changed, 0 insertions, 2 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 |