From d55eb62bca39a4ef408ba3aceeb6f4c24699e8e8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 12 May 2018 12:47:58 +0200 Subject: Add initial project serialisation/deserialisation. --- 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 02970c0..306bc17 100644 --- a/src/project.h +++ b/src/project.h @@ -60,10 +60,14 @@ public: QString getRawFileRoot() const; void setRawFileRoot(const QString& raw_file_root); + void reset(); + signals: void projectChanged(); private: + friend class ProjectSerialiser; + QString project_name; QString raw_file_root; -- cgit v1.2.3