summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 49ff13f..ad9e2ed 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -30,6 +30,7 @@
#include <QCloseEvent>
#include <QDockWidget>
#include <QTabWidget>
+#include <QListWidget>
#include "project.h"
@@ -44,6 +45,7 @@ public:
~MainWindow();
public slots:
+ void itemDoubleClicked(QListWidgetItem *item);
void updateWindowTitle();
void newProject();
@@ -64,6 +66,7 @@ private:
bool project_dirty{false};
QDockWidget* instruments_dock;
+ QListWidget* instrument_list;
QDockWidget* channels_dock;
QTabWidget* tab_widget;
};