summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-04-27 07:31:46 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-04-27 09:37:07 +0200
commitd433d0e089698bb2c3153360c583f5ad540a6566 (patch)
treed0c24b8b496283ddd0330461302805574ae4d312 /src
parentc6d6348fdf8b856282f6e745dbe72a53522da548 (diff)
Doc: add since for QWheelEvent::position
Fixes: QTBUG-83779 Change-Id: Icd39c6e3b65e17a51d04ea3c0718f2957948aaa4 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/kernel/qevent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 466e70db30..68f2d0392f 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -951,6 +951,7 @@ QWheelEvent::~QWheelEvent()
/*!
\fn QPoint QWheelEvent::position() const
+ \since 5.14
Returns the position of the mouse cursor relative to the widget
that received the event.