aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-01-17 14:02:30 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-01-17 14:02:30 +0100
commitd842caafe4814a058169ab6a70bc8a43cdfaf0b6 (patch)
treee7dbe12f320ea45a25e1a0c46f3597b5ac78101c /courtroom.h
parente468bc53b741b10fd0f2c25e4d61a1d92e14a84a (diff)
tweaking program flow to prevent crash on closing
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/courtroom.h b/courtroom.h
index 3a8aed2a..8c24fad0 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -14,6 +14,7 @@
#include <QComboBox>
#include <QSlider>
#include <QVector>
+#include <QCloseEvent>
class AOApplication;