Qt: Implement "Reset" hotkey

This commit is contained in:
spycrab
2018-05-12 03:56:10 +02:00
parent f0c5b76186
commit 226b6888d6
3 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,7 @@ signals:
void ExitHotkey();
void FullScreenHotkey();
void StopHotkey();
void ResetHotkey();
void TogglePauseHotkey();
void ScreenShotHotkey();
void SetStateSlotHotkey(int slot);