diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-05-23 20:01:34 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-05-23 20:01:47 +0200 |
commit | 5f3f9fabf5ad2e1cda638612c3cf863045765a3b (patch) | |
tree | 95460541a4ea2609ba8b3d896a7f0c713ed48bfb /src/mainwindow.h | |
parent | 8d551ed344a9bfa7f0b96a8677aca570d8c7c407 (diff) |
Add instrument dialog (currently only with it's name).
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 79cb5ad..d9ab062 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -46,6 +46,7 @@ public: public slots: void addInstrument(); + void editInstrument(); void removeInstrument(); void instrumentDoubleClicked(QListWidgetItem *item); |