diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index de55202d386..59702ae4b0d 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -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)