Doc: Made an additional change for clarity.
authorDavid Boddie <david.boddie@nokia.com>
Wed, 11 May 2011 13:03:52 +0000 (15:03 +0200)
committerDavid Boddie <david.boddie@nokia.com>
Mon, 23 May 2011 12:24:09 +0000 (14:24 +0200)
Task-number: QT-4891

doc/src/examples/fingerpaint.qdoc

index b899480..7f4d77c 100644 (file)
@@ -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.
 */