From 46efa2def1212dcb2610c545a78c8ab81bb22bbf Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 29 Sep 2018 16:29:21 +0200 Subject: Add main attribute to the filelist. Use QHash random seed hack in all places where QDomDocument is being used. --- src/project.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/project.h') 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; -- cgit v1.2.3