From: David Boddie Date: Wed, 11 May 2011 13:03:52 +0000 (+0200) Subject: Doc: Made an additional change for clarity. X-Git-Tag: qt-v5.0.0-alpha1~4270^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=badc27b38d911b37466456ba8ae259aef7805c30;p=profile%2Fivi%2Fqtbase.git Doc: Made an additional change for clarity. Task-number: QT-4891 --- diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc index b899480..7f4d77c 100644 --- a/doc/src/examples/fingerpaint.qdoc +++ b/doc/src/examples/fingerpaint.qdoc @@ -34,6 +34,7 @@ \image touch-fingerpaint-example.png - This example was specifically designed to work with a touchscreen. As a result, - it is not possible to draw on the custom widget with the mouse cursor. + This example was specifically designed to work with a touchscreen, using + QTouchEvent instead of QMouseEvent to handle user input over the custom + widget. As a result, it is not possible to draw with the mouse cursor. */