From 623d67999a96178da30cab427a2c675c1eccd2d0 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Fri, 20 Jan 2017 13:51:14 +0100 Subject: added more courtroom structure --- courtroom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'courtroom.h') 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 -- cgit