diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> | 2012-11-30 15:27:37 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-30 18:43:49 +0100 |
commit | def3285615f4d2ddc4b174b45bd1360c1be341bc (patch) | |
tree | 718bb8ea87813256537133464c32f98a6635e481 /doc/src | |
parent | c107b6d8171d4dec3e8ee7b1911bb41cb15c1f14 (diff) | |
download | qtbase-def3285615f4d2ddc4b174b45bd1360c1be341bc.tar.gz |
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')
-rw-r--r-- | doc/src/examples/fingerpaint.qdoc | 2 | ||||
-rw-r--r-- | doc/src/examples/pinchzoom.qdoc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc index ef0c420fe7..f1ac0d2ae4 100644 --- a/doc/src/examples/fingerpaint.qdoc +++ b/doc/src/examples/fingerpaint.qdoc @@ -28,6 +28,8 @@ /*! \example touch/fingerpaint \title Finger Paint Example + \ingroup touchinputexamples + \brief Shows the use of a touchscreen to make a simple painting application The Finger Paint example shows the use of a touchscreen with a custom widget to create a simple painting application. 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. |