aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/includes/item.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/src/includes/item.qdocinc')
-rw-r--r--src/quick/doc/src/includes/item.qdocinc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/quick/doc/src/includes/item.qdocinc b/src/quick/doc/src/includes/item.qdocinc
index 12472cb928..4cb2652bbf 100644
--- a/src/quick/doc/src/includes/item.qdocinc
+++ b/src/quick/doc/src/includes/item.qdocinc
@@ -4,3 +4,12 @@ The following properties of the item are used in the mapping:
\l x, \l y, \l scale, \l rotation, \l transformOrigin, and \l [QML]{Item::}{transform}.
//! [mapping]
+
+
+//! [accepting-events]
+
+The event is accepted by default, so it is not necessary to explicitly
+accept the event if you reimplement this function. If you don't accept the
+event, call \c event->ignore().
+
+//! [accepting-events]