From 50fe02cd77408da05ee33844085c8bdd5b361c96 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 18 Jan 2017 15:39:04 +0100 Subject: changing structure from globals to OO with a flat construction --- courtroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'courtroom.h') diff --git a/courtroom.h b/courtroom.h index b20b63c1..e0dee82f 100644 --- a/courtroom.h +++ b/courtroom.h @@ -23,7 +23,7 @@ class Courtroom : public QMainWindow { Q_OBJECT public: - explicit Courtroom(AOApplication *parent = 0); + explicit Courtroom(AOApplication *p_ao_app); void set_widgets(); void set_size_and_pos(QWidget *p_widget, QString p_identifier); -- cgit