summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-05-20 14:26:43 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-05-20 14:26:43 +0200
commit8d551ed344a9bfa7f0b96a8677aca570d8c7c407 (patch)
treee189123b8f753b67318b7bd0771a85a98b403d4f /src/mainwindow.h
parentaada18db0ae8611e8e0ae67e0096d1f9e1d44d48 (diff)
Implement remove functionality for instruments and channels.
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();