diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-18 15:39:04 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-18 15:39:04 +0100 |
| commit | 50fe02cd77408da05ee33844085c8bdd5b361c96 (patch) | |
| tree | eace854a0cbaf21c675fcf6cd054194886349449 /courtroom.h | |
| parent | 75e9c9b8ecb1852e5dc57e0920cafe4cbdfaf0e5 (diff) | |
changing structure from globals to OO with a flat construction
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
