diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-04-03 10:49:46 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-04-03 10:49:46 +0200 |
commit | 87d4aaf7e67146f224d605eeb10d90813048c12c (patch) | |
tree | de9fd40eff2dde4ff71ced573f8522cf93e594b2 /dgedit/mainwindow.h | |
parent | fe7be822dac7c1d06f836d18b63b7781b1146395 (diff) |
Using config.ini to store QSettings rather than system + saving/reloading exportp.
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r-- | dgedit/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h index 3e9e588..280b60c 100644 --- a/dgedit/mainwindow.h +++ b/dgedit/mainwindow.h @@ -32,6 +32,7 @@ #include <QComboBox> #include <QSlider> #include <QLineEdit> +#include <QCloseEvent> #include "canvas.h" #include "audioextractor.h" |