mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 14:30:14 +00:00
Fix build
This commit is contained in:
parent
323b3e94e1
commit
edb155f9e5
@ -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