feat: check conflict shortcuts before saving
This commit is contained in:
@ -46,6 +46,7 @@ public:
|
||||
signals:
|
||||
void shortcutsChanged();
|
||||
void editButtonClicked();
|
||||
void applyShortcutsRequested(QList<QKeySequence> newShortcuts);
|
||||
|
||||
private:
|
||||
QList<QKeySequence> m_shortcuts;
|
||||
|
Reference in New Issue
Block a user