logic: don't refresh project on reopen

This commit is contained in:
Eberhard Graether
2015-09-29 14:47:36 +02:00
parent eeed22f478
commit 8777c9874b
3 changed files with 26 additions and 2 deletions
+3
View File
@@ -22,6 +22,8 @@ public:
void reloadProjectSettings();
void clearStorage();
void loadStorage();
void parseCode();
void logStats() const;
@@ -42,6 +44,7 @@ private:
FileManager m_fileManager;
std::shared_ptr<Storage> m_storage;
bool m_storageWasLoaded;
};
#endif // PROJECT_H