mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
removal of the -1 case in the configure_input switch
this case is unneeded because no enumeration value can possibly correspond to it
This commit is contained in:
parent
6dc26f9d4e
commit
31f5456b9d
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ static QString getKeyName(Qt::Key key_code) {
|
|||
case Qt::Key_Alt:
|
||||
return QObject::tr("Alt");
|
||||
case Qt::Key_Meta:
|
||||
case -1:
|
||||
return "";
|
||||
default:
|
||||
return QKeySequence(key_code).toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue