summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/pinchzoom.qdoc
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2012-11-30 15:27:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 18:43:49 +0100
commitdef3285615f4d2ddc4b174b45bd1360c1be341bc (patch)
tree718bb8ea87813256537133464c32f98a6635e481 /doc/src/examples/pinchzoom.qdoc
parentc107b6d8171d4dec3e8ee7b1911bb41cb15c1f14 (diff)
doc: Add touch input examples to correct group
Make them appear in list of touch input examples. Change-Id: Ia5f489e28771f0a272da9ec7b61de186ca305e36 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'doc/src/examples/pinchzoom.qdoc')
-rw-r--r--doc/src/examples/pinchzoom.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/examples/pinchzoom.qdoc b/doc/src/examples/pinchzoom.qdoc
index e9d39ae11d..4677a9abb3 100644
--- a/doc/src/examples/pinchzoom.qdoc
+++ b/doc/src/examples/pinchzoom.qdoc
@@ -28,6 +28,8 @@
/*!
\example touch/pinchzoom
\title Pinch Zoom Example
+ \ingroup touchinputexamples
+ \brief Shows how to recognize a gesture
The Pinch Zoom example shows how to use low-level touch information
to recognize a gesture.