Doc: Document missing methods in QDropEvent

Fixes: QTBUG-104484
Change-Id: I20068bb9e641545edad67910b4586aa38aec093b
Reviewed-by: Kevin Keating
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
(cherry picked from commit c2505751de802ae3e14df57c98ba9c3e9049dd50)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2022-06-24 16:02:30 +02:00 committed by Qt Cherry-pick Bot
parent 5a3e046864
commit baa568c41e

View File

@ -3070,11 +3070,25 @@ void QDropEvent::setDropAction(Qt::DropAction action)
Returns the position where the drop was made.
*/
/*!
\fn QPointF QDropEvent::position() const
\since 6.0
Returns the position where the drop was made.
*/
/*!
\fn Qt::MouseButtons QDropEvent::mouseButtons() const
\deprecated [6.0] Use buttons() instead.
Returns the mouse buttons that are pressed..
Returns the mouse buttons that are pressed.
*/
/*!
\fn Qt::MouseButtons QDropEvent::buttons() const
\since 6.0
Returns the mouse buttons that are pressed.
*/
/*!
@ -3084,6 +3098,13 @@ void QDropEvent::setDropAction(Qt::DropAction action)
Returns the modifier keys that are pressed.
*/
/*!
\fn Qt::KeyboardModifiers QDropEvent::modifiers() const
\since 6.0
Returns the modifier keys that are pressed.
*/
/*!
\fn void QDropEvent::setDropAction(Qt::DropAction action)