diff options
| author | Cerapter <cerap@protonmail.com> | 2018-10-23 16:34:39 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-10-23 16:34:39 +0200 |
| commit | 962289793d97357b69e228a0b52737681d2ea0b0 (patch) | |
| tree | a2f825d8b5b6236d1dc404960f33fb3ffbf84fc4 /courtroom.h | |
| parent | de8badc9a6e74ca29cbc04ab5438d6eed2eb8984 (diff) | |
Added support for the stenographer role in case alerts.
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/courtroom.h b/courtroom.h index 0dc7ba43..a27d902c 100644 --- a/courtroom.h +++ b/courtroom.h @@ -198,7 +198,7 @@ public: //state is an number between 0 and 10 inclusive void set_hp_bar(int p_bar, int p_state); - void announce_case(QString title, bool def, bool pro, bool jud, bool jur); + void announce_case(QString title, bool def, bool pro, bool jud, bool jur, bool steno); void check_connection_received(); @@ -551,7 +551,7 @@ public slots: void mod_called(QString p_ip); - void case_called(QString msg, bool def, bool pro, bool jud, bool jur); + void case_called(QString msg, bool def, bool pro, bool jud, bool jur, bool steno); private slots: void start_chat_ticking(); |
