mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-26 03:28:42 +00: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