Doc: add since for QWheelEvent::position

Fixes: QTBUG-83779
Change-Id: Icd39c6e3b65e17a51d04ea3c0718f2957948aaa4
Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
This commit is contained in:
Paul Wicking 2020-04-27 07:31:46 +02:00
parent c6d6348fdf
commit d433d0e089

View File

@ -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.