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>
bb10
Eskil Abrahamsen Blomfeldt 2012-11-30 15:27:37 +01:00 committed by The Qt Project
parent c107b6d817
commit def3285615
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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.