summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-04-18 13:16:03 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-04-18 13:16:03 +0200
commit68e4647e565519c57d76b95806dd9431a4ecfbb1 (patch)
treee7868dfa39dc886d21967dd6766072067d37636c /dgedit/mainwindow.h
parent11b8e6db937f4c77942febb69f7b41e87ae0b6e0 (diff)
New player model (again).
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r--dgedit/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h
index 620c116..6fef5db 100644
--- a/dgedit/mainwindow.h
+++ b/dgedit/mainwindow.h
@@ -40,6 +40,7 @@
#include "filelist.h"
#include "canvastoolselections.h"
#include "canvastoolthreshold.h"
+#include "canvastoollisten.h"
#include "selection.h"
#include "player.h"
@@ -88,6 +89,7 @@ private:
Canvas *canvas;
CanvasToolSelections *tool_selections;
CanvasToolThreshold *threshold;
+ CanvasToolListen *listen;
AudioExtractor *extractor;
FileList *filelist;
QScrollBar *yoffset;