Skip to content

Qt namespace: fix QT_Q_FLAG declaration for Qt::MouseEventFlags

The declaration was accidentally declaring the enumeration as a flag type, not the actual flag type.

Change-Id: I515478b1628a6d72626da6d7e0061f1ea3d10c89 Pick-to: 6.3 6.2 5.15 Reviewed-by: Volker Hilsheimer volker.hilsheimer@qt.io (cherry picked from commit 52e523c3)

  • asturmlechner 2022-03-03: Fix conflict with dev branch, change git summary accordingly (s/Q_FLAG_NS/QT_Q_FLAG/)

Merge request reports