diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-20 13:51:14 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-20 13:51:14 +0100 |
| commit | 623d67999a96178da30cab427a2c675c1eccd2d0 (patch) | |
| tree | 7332e49bbc73f21452b5fd3172f8c95cb55d9ddb /courtroom.h | |
| parent | ccc62647b3ed2df4a650c8aa7ae9d8e43b5dfae1 (diff) | |
added more courtroom structure
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h index e0dee82f..dee5401d 100644 --- a/courtroom.h +++ b/courtroom.h @@ -123,6 +123,8 @@ private: private slots: void on_reload_theme_clicked(); + void on_back_to_lobby_clicked(); + }; #endif // COURTROOM_H |
