summaryrefslogtreecommitdiff
path: root/src/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.h')
-rw-r--r--src/project.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/project.h b/src/project.h
index 306bc17..097b7c9 100644
--- a/src/project.h
+++ b/src/project.h
@@ -54,6 +54,9 @@ public:
Project& project;
};
+ QString getProjectFile() const;
+ void setProjectFile(const QString& project_file);
+
QString getProjectName() const;
void setProjectName(const QString& project_name);
@@ -68,6 +71,7 @@ signals:
private:
friend class ProjectSerialiser;
+ QString project_file;
QString project_name;
QString raw_file_root;