diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-07 14:24:05 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-07 14:24:05 +0100 |
| commit | c7b25b7faef392246212bf0e05ff2bd043a6b0d4 (patch) | |
| tree | 8bc9a9173a53a622a06dd9ed66febc601597acf1 /courtroom.h | |
| parent | b7b9794839f9b7d1ecf9690a8bf87132f069d50c (diff) | |
implemented hold it/objection/take that/custom objection
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index 8e880bff..e4fdce75 100644 --- a/courtroom.h +++ b/courtroom.h @@ -259,6 +259,11 @@ private slots: void on_emote_left_clicked(); void on_emote_right_clicked(); + void on_hold_it_clicked(); + void on_objection_clicked(); + void on_take_that_clicked(); + void on_custom_objection_clicked(); + void on_ooc_toggle_clicked(); void on_witness_testimony_clicked(); |
