GH-988 add ability to toggle mods with keyboard

This commit is contained in:
Petr Mrázek
2019-08-04 21:13:50 +02:00
parent d31184f9a4
commit 4ed67413ac
4 changed files with 32 additions and 7 deletions

View File

@ -94,6 +94,7 @@ slots:
private
slots:
void modItemActivated(const QModelIndex &index);
void on_filterTextChanged(const QString & newContents);
void on_RunningState_changed(bool running);
void on_actionAdd_triggered();