diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-11 13:03:52 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-11 15:36:50 (GMT) |
commit | 78f95bec1aa669d649dd3432c49d7360a0f9516d (patch) | |
tree | 3cc95ade7c59b75e4d8a3ada003f3b3e69180d83 | |
parent | c9bedef5bcc1ef70d47da2d258c616c114bd3484 (diff) | |
download | Qt-78f95bec1aa669d649dd3432c49d7360a0f9516d.zip Qt-78f95bec1aa669d649dd3432c49d7360a0f9516d.tar.gz Qt-78f95bec1aa669d649dd3432c49d7360a0f9516d.tar.bz2 |
Doc: Made an additional change for clarity.
Task-number: QT-4891
-rw-r--r-- | doc/src/examples/fingerpaint.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
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. */ |