summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h
index 27fa0b5..03d482b 100644
--- a/src/project.h
+++ b/src/project.h
@@ -99,6 +99,7 @@ public:
Instrument& getInstrument(int id);
int createInstrument();
void deleteInstrument(int id);
+ QList<int> getInstrumentList() const;
void reset();