aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h
new file mode 100644
index 00000000..7edb4fca
--- /dev/null
+++ b/courtroom.h
@@ -0,0 +1,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