From def3285615f4d2ddc4b174b45bd1360c1be341bc Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 30 Nov 2012 15:27:37 +0100 Subject: doc: Add touch input examples to correct group Make them appear in list of touch input examples. Change-Id: Ia5f489e28771f0a272da9ec7b61de186ca305e36 Reviewed-by: Gunnar Sletta --- doc/src/examples/fingerpaint.qdoc | 2 ++ doc/src/examples/pinchzoom.qdoc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3