aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
blob: 7edb4fcac05d51ded65913721b8fe9e02668489d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef COURTROOM_H
#define COURTROOM_H

#include <QMainWindow>

class AOApplication;

class Courtroom : public QMainWindow
{
    Q_OBJECT
public:
    explicit Courtroom(AOApplication *parent = 0);

signals:

public slots:
};

#endif // COURTROOM_H