xwayland: Update Qt key enums

wilder/Plasma/6.2
David Edmundson 2 years ago committed by Vlad Zahorodnii
parent dd36387c1f
commit e7e6dee79b
  1. 7
      src/xwayland/xwayland.cpp

@ -209,7 +209,11 @@ public:
Qt::Key_twosuperior, Qt::Key_twosuperior,
Qt::Key_threesuperior, Qt::Key_threesuperior,
Qt::Key_acute, Qt::Key_acute,
#if QT_VERSION < QT_VERSION_CHECK(6, 7, 0)
Qt::Key_mu, Qt::Key_mu,
#else
Qt::Key_micro,
#endif
Qt::Key_paragraph, Qt::Key_paragraph,
Qt::Key_periodcentered, Qt::Key_periodcentered,
Qt::Key_cedilla, Qt::Key_cedilla,
@ -334,7 +338,8 @@ public:
Qt::Key_Dead_Greek, Qt::Key_Dead_Greek,
Qt::Key_Dead_Lowline, Qt::Key_Dead_Lowline,
Qt::Key_Dead_Aboveverticalline, Qt::Key_Dead_Aboveverticalline,
Qt::Key_Dead_Belowverticalline}; Qt::Key_Dead_Belowverticalline
};
switch (mode) { switch (mode) {
case None: case None:

Loading…
Cancel
Save