diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-17 14:02:30 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-17 14:02:30 +0100 |
| commit | d842caafe4814a058169ab6a70bc8a43cdfaf0b6 (patch) | |
| tree | e7dbe12f320ea45a25e1a0c46f3597b5ac78101c /courtroom.h | |
| parent | e468bc53b741b10fd0f2c25e4d61a1d92e14a84a (diff) | |
tweaking program flow to prevent crash on closing
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 1 |
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; |
