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:
@@ -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