diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-24 14:30:18 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-24 14:30:18 +0100 |
| commit | a6b39c1d4f0ee0c9d6ffae14de20188d1dedb2ea (patch) | |
| tree | 99e67be3e1c04f05af11b362a0c61c01c3883826 /courtroom.h | |
| parent | 6b85266e869630fd642476dfd05627109b2cc7e3 (diff) | |
added hdid implementation for linux and did more work on courtroom
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index dee5401d..ab78c04a 100644 --- a/courtroom.h +++ b/courtroom.h @@ -121,10 +121,13 @@ private: AOButton *ui_spectator; private slots: + void on_change_character_clicked(); void on_reload_theme_clicked(); void on_back_to_lobby_clicked(); + void on_spectator_clicked(); + }; #endif // COURTROOM_H |
