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/project.h | |
parent | 8d551ed344a9bfa7f0b96a8677aca570d8c7c407 (diff) |
Add instrument dialog (currently only with it's name).
Diffstat (limited to 'src/project.h')
-rw-r--r-- | src/project.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h index 03d482b..2b172ea 100644 --- a/src/project.h +++ b/src/project.h @@ -51,6 +51,8 @@ public: AudioFileList getFileList() const; void setFileList(const AudioFileList& file_list); + Project& getProject(); + private: friend class ProjectSerialiser; |