Doc: Document missing methods in QDropEvent

Fixes: QTBUG-104484
Pick-to: 6.2 6.3 6.4
Change-Id: I20068bb9e641545edad67910b4586aa38aec093b
Reviewed-by: Kevin Keating
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Kai Köhne 2022-06-24 16:02:30 +02:00
parent d23dcc0542
commit c2505751de

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)