logic: Fixed saving project name to ProjectSettings also sets project location to '/'

This commit is contained in:
Eberhard Graether
2017-06-19 23:38:39 +02:00
parent 05c2878eec
commit 652a55b4fb
5 changed files with 28 additions and 23 deletions
+3 -3
View File
@@ -29,11 +29,11 @@ public:
bool reload();
std::string getProjectName() const;
void setProjectName(const std::string& name);
FilePath getProjectFilePath() const;
void setProjectFilePath(std::string projectName, const FilePath& projectFileLocation);
std::string getProjectName() const;
FilePath getProjectFileLocation() const;
void setProjectFileLocation(const FilePath& location);
std::string getDescription() const;