From 5f3f9fabf5ad2e1cda638612c3cf863045765a3b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 23 May 2018 20:01:34 +0200 Subject: Add instrument dialog (currently only with it's name). --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.h') 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); -- cgit v1.2.3