mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 23:17:52 +00:00
Add Restore Defaults and Clear options to hotkeys
This commit is contained in:
parent
4df0d483c4
commit
37b1427ea9
5 changed files with 116 additions and 18 deletions
|
@ -35,7 +35,11 @@ private:
|
|||
void RetranslateUI();
|
||||
|
||||
void Configure(QModelIndex index);
|
||||
bool IsUsedKey(QKeySequence key_sequence) const;
|
||||
std::pair<bool, QString> IsUsedKey(QKeySequence key_sequence) const;
|
||||
|
||||
void RestoreDefaults();
|
||||
void ClearAll();
|
||||
void PopupContextMenu(const QPoint& menu_location);
|
||||
|
||||
std::unique_ptr<Ui::ConfigureHotkeys> ui;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue