mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix 6.7.0 deprecation warnings
This commit is contained in:
parent
b1aa82db18
commit
c746a3c4e6
|
@ -182,7 +182,7 @@ static constexpr const KeyCodeName s_qt_key_names[] = {
|
||||||
{Qt::Key_twosuperior, "twosuperior", nullptr},
|
{Qt::Key_twosuperior, "twosuperior", nullptr},
|
||||||
{Qt::Key_threesuperior, "threesuperior", nullptr},
|
{Qt::Key_threesuperior, "threesuperior", nullptr},
|
||||||
{Qt::Key_acute, "acute", nullptr},
|
{Qt::Key_acute, "acute", nullptr},
|
||||||
{Qt::Key_mu, "mu", nullptr},
|
{Qt::Key_micro, "micro", nullptr},
|
||||||
{Qt::Key_paragraph, "paragraph", nullptr},
|
{Qt::Key_paragraph, "paragraph", nullptr},
|
||||||
{Qt::Key_periodcentered, "periodcentered", nullptr},
|
{Qt::Key_periodcentered, "periodcentered", nullptr},
|
||||||
{Qt::Key_cedilla, "cedilla", nullptr},
|
{Qt::Key_cedilla, "cedilla", nullptr},
|
||||||
|
|
Loading…
Reference in New Issue