From 5584b748a7e75a1f8b582ba9227dc08b2b2c5649 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 6 Oct 2018 10:05:18 +0200 Subject: Add description to project. --- 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 a6593d8..b3456f6 100644 --- a/src/project.h +++ b/src/project.h @@ -201,6 +201,9 @@ public: QString getExportPath() const; void setExportPath(const QString& prefix); + QString getProjectDescription() const; + void setProjectDescription(const QString& prefix); + Instrument& getInstrument(int id); int createInstrument(); void deleteInstrument(int id); @@ -224,6 +227,7 @@ private: QString project_name; QString raw_file_root; QString export_path; + QString description; std::list instruments; std::list channels; -- cgit v1.2.3