summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-04-22 21:38:40 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-04-22 21:38:40 +0200
commit6dbcd24cee07b519981f128c1fae8870e839e79e (patch)
treeb5c8960c9fc32a9be50f439ad79a8a8780e2e123 /dgedit/mainwindow.h
parent71e034f21c66eb921bd18779ccb7f183955896d3 (diff)
Make player play preview samples when 'generate' tab is active.
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r--dgedit/mainwindow.h3
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;