Fix qdoc warning: button(s) are members of QSinglePointEvent

... and documented there already.

Change-Id: Ie66362d3b668caf93b100befef08bc91ae8add2f
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
bb10
Volker Hilsheimer 2020-09-26 17:38:27 +02:00
parent 38a5b6212d
commit 7083ddb582
1 changed files with 0 additions and 25 deletions

View File

@ -1210,31 +1210,6 @@ Qt::MouseEventFlags QMouseEvent::flags() const
\sa globalX(), globalPos()
*/
/*!
\fn Qt::MouseButton QMouseEvent::button() const
Returns the button that caused the event.
Note that the returned value is always Qt::NoButton for mouse
move events.
\sa buttons(), Qt::MouseButton
*/
/*!
\fn Qt::MouseButton QMouseEvent::buttons() const
Returns the button state when the event was generated. The button
state is a combination of Qt::LeftButton, Qt::RightButton,
Qt::MiddleButton using the OR operator. For mouse move events,
this is all buttons that are pressed down. For mouse press and
double click events this includes the button that caused the
event. For mouse release events this excludes the button that
caused the event.
\sa button(), Qt::MouseButton
*/
/*!
\class QHoverEvent
\ingroup events