diff options
Diffstat (limited to 'src/project.h')
-rw-r--r-- | src/project.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h index b0f9060..a6593d8 100644 --- a/src/project.h +++ b/src/project.h @@ -54,12 +54,16 @@ public: int getChannelMapId() const; void setChannelMapId(int id); + bool getMainChannel() const; + void setMainChannel(bool main); + private: friend class ProjectSerialiser; QString file; QString name; int channel_map_id; + bool main_channel; int id; Instrument& instrument; |