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, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index fcff476..79cb5ad 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -47,10 +47,11 @@ public:
public slots:
void addInstrument();
void removeInstrument();
- void itemDoubleClicked(QListWidgetItem *item);
+ void instrumentDoubleClicked(QListWidgetItem *item);
void addChannel();
void removeChannel();
+ void channelDoubleClicked(QListWidgetItem *item);
void updateWindowTitle();