diff options
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r-- | dgedit/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h index a47e729..ee25982 100644 --- a/dgedit/mainwindow.h +++ b/dgedit/mainwindow.h @@ -33,6 +33,7 @@ #include <QSlider> #include <QLineEdit> #include <QCloseEvent> +#include <QTabWidget> #include "canvas.h" #include "audioextractor.h" @@ -105,6 +106,8 @@ private: QLineEdit *prefix; QLineEdit *lineed_exportp; + QTabWidget *tabs; + // Session state information: Selections selections; Selections selections_preview; |