mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 19:27:54 -05:00
Add Configure widget
This commit is contained in:
@ -94,7 +94,7 @@ QShortcut* GetHotkey(const QString& group, const QString& action, QWidget* widge
|
||||
}
|
||||
|
||||
|
||||
GHotkeysDialog::GHotkeysDialog(QWidget* parent): QDialog(parent)
|
||||
GHotkeysDialog::GHotkeysDialog(QWidget* parent): QWidget(parent)
|
||||
{
|
||||
ui.setupUi(this);
|
||||
|
||||
|
Reference in New Issue
Block a user