mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 05:07:55 +00:00
Add Configure widget
This commit is contained in:
parent
d3fd003b1b
commit
e5b8519b62
18 changed files with 533 additions and 142 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue