diff options
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r-- | dgedit/mainwindow.h | 2 |
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; |