From b4b533b72492da38381ad2fbb6c5aad99e30f110 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 26 Jan 2017 00:23:53 +0100 Subject: finished legacy loading process --- courtroom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index 1278c835..ec31961f 100644 --- a/courtroom.h +++ b/courtroom.h @@ -31,6 +31,7 @@ public: void set_widgets(); void set_size_and_pos(QWidget *p_widget, QString p_identifier); + void set_taken(int n_char, bool p_taken); ~Courtroom(); -- cgit