summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-11 15:03:52 +0200
committerDavid Boddie <david.boddie@nokia.com>2011-05-23 14:24:09 +0200
commitbadc27b38d911b37466456ba8ae259aef7805c30 (patch)
tree6b9ac342e892d3bf9ac4e6adbdefd7c7aed6a2ba
parente29f44dc24e5670e7bd55cde936803cce0b9e5f1 (diff)
Doc: Made an additional change for clarity.
Task-number: QT-4891
-rw-r--r--doc/src/examples/fingerpaint.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/examples/fingerpaint.qdoc b/doc/src/examples/fingerpaint.qdoc
index b89948017f..7f4d77c1f1 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.
*/