mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 12:50:14 +00:00
Fix build
This commit is contained in:
parent
667ba40125
commit
f6cd1ec450
@ -43,5 +43,5 @@ private:
|
||||
void removeDuplicates(const QString& newValue);
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
QString getKeyName(int key_code) const;
|
||||
Qt::Key ConfigureInput::getKeyValue(const QString& text) const;
|
||||
Qt::Key getKeyValue(const QString& text) const;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user