fix: FTBFS, and tidy code

This commit is contained in:
2025-06-25 21:55:08 +08:00
parent 040e2a7b5f
commit c828f86b74
5 changed files with 7 additions and 22 deletions

View File

@ -18,7 +18,7 @@ class ShortcutEditor : public QWidget
Q_OBJECT
public:
explicit ShortcutEditor(ShortcutEdit * shortcutEdit, QWidget * parent = nullptr);
~ShortcutEditor();
~ShortcutEditor() = default;
void setDescription(const QString & desc);