aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitem.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-10-11 16:14:10 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-10-11 20:30:37 +0000
commita3a9940ea24dfcd48ffe71d2ca04cc1201884b2f (patch)
tree0504e61abbffdfa212a1dc96e9f29d575a9ff5ea /src/quick/items/qquickitem.cpp
parent98e7ec5920a8c5e2408c662c6cf2b78cfdb9c727 (diff)
Remove doc about accepting/rejecting the event in ungrabEvent virtuals
There is no event being passed to these virtuals, so it's not possible. Amends 9cb13a422e11b6523aa52cd71cf073c8469c20d6 Change-Id: Id122270c5988bfd06ebd46b154a25b165d7fed13 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quick/items/qquickitem.cpp')
-rw-r--r--src/quick/items/qquickitem.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp
index eba3842c10..064406ee3c 100644
--- a/src/quick/items/qquickitem.cpp
+++ b/src/quick/items/qquickitem.cpp
@@ -4080,8 +4080,6 @@ void QQuickItem::mouseDoubleClickEvent(QMouseEvent *)
/*!
This event handler can be reimplemented in a subclass to be notified
when a mouse ungrab event has occurred on this item.
-
- \input item.qdocinc accepting-events
*/
void QQuickItem::mouseUngrabEvent()
{
@@ -4091,8 +4089,6 @@ void QQuickItem::mouseUngrabEvent()
/*!
This event handler can be reimplemented in a subclass to be notified
when a touch ungrab event has occurred on this item.
-
- \input item.qdocinc accepting-events
*/
void QQuickItem::touchUngrabEvent()
{