1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-10 08:16:33 -05:00

Add Configure widget

This commit is contained in:
LittleWhite
2016-01-24 18:34:05 +01:00
parent 446d7c7e55
commit 426c4a2a5b
18 changed files with 533 additions and 142 deletions

View File

@@ -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);