Doc: Remove mentioning of Qt::MidButton

It's only Qt::MiddleButton in Qt 6.

Change-Id: Ia68bad910c617993e30e3ed1e117192469ec50eb
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit 88b92f76ee977a8d0043134451c55cd28c041d8d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2021-06-15 20:06:05 +02:00 committed by Qt Cherry-pick Bot
parent 04cc12e26f
commit c44cd4097f

View File

@ -473,7 +473,7 @@ void QPointerEvent::clearPassiveGrabbers(const QEventPoint &point)
Returns the button state when the event was generated.
The button state is a combination of Qt::LeftButton, Qt::RightButton,
and Qt::MidButton using the OR operator.
and Qt::MiddleButton using the OR operator.
For mouse move or \l TabletMove events, this is all buttons that are
pressed down.