Qt: Fix 6.7.0 deprecation warnings

This commit is contained in:
Stenzek 2024-04-12 22:07:05 +10:00 committed by Connor McLaughlin
parent b1aa82db18
commit c746a3c4e6
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ static constexpr const KeyCodeName s_qt_key_names[] = {
{Qt::Key_twosuperior, "twosuperior", nullptr},
{Qt::Key_threesuperior, "threesuperior", nullptr},
{Qt::Key_acute, "acute", nullptr},
{Qt::Key_mu, "mu", nullptr},
{Qt::Key_micro, "micro", nullptr},
{Qt::Key_paragraph, "paragraph", nullptr},
{Qt::Key_periodcentered, "periodcentered", nullptr},
{Qt::Key_cedilla, "cedilla", nullptr},