summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/examples/fingerpaint.qdoc2
-rw-r--r--doc/src/examples/pinchzoom.qdoc2
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.