summaryrefslogtreecommitdiffstats
path: root/doc/src/frameworks-technologies
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-10-02 12:04:43 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-10-02 12:56:56 (GMT)
commit2bfff24add67c1e5e0b1273a4b0399d9d94316c1 (patch)
tree127a8f0452f423ff59dc100fa9aa32248681b7d6 /doc/src/frameworks-technologies
parent4f0f9f106d1e3e7d08280efbf7d4a2ff3552a361 (diff)
downloadQt-2bfff24add67c1e5e0b1273a4b0399d9d94316c1.zip
Qt-2bfff24add67c1e5e0b1273a4b0399d9d94316c1.tar.gz
Qt-2bfff24add67c1e5e0b1273a4b0399d9d94316c1.tar.bz2
doc: Fixed numerous qdoc errors.
Diffstat (limited to 'doc/src/frameworks-technologies')
-rw-r--r--doc/src/frameworks-technologies/gestures.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/gestures.qdoc b/doc/src/frameworks-technologies/gestures.qdoc
index 1e3cc47..158a273 100644
--- a/doc/src/frameworks-technologies/gestures.qdoc
+++ b/doc/src/frameworks-technologies/gestures.qdoc
@@ -102,8 +102,6 @@
\snippet examples/gestures/imageviewer/imagewidget.cpp swipe slot start
- \snippet examples/gestures/imageviewer/imagewidget.cpp swipe slot finish
-
Here, we examine the direction in which the user swiped the widget and modify
its contents accordingly.