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