feat: check conflict shortcuts before saving

This commit is contained in:
2024-11-03 00:46:21 +08:00
parent d0bdc71cf5
commit 8cce48e6b0
4 changed files with 27 additions and 12 deletions

View File

@ -46,6 +46,7 @@ public:
signals:
void shortcutsChanged();
void editButtonClicked();
void applyShortcutsRequested(QList<QKeySequence> newShortcuts);
private:
QList<QKeySequence> m_shortcuts;