logic: crash fixes

<description>
This commit is contained in:
Eberhard Graether
2015-08-07 00:17:41 +02:00
parent 30b5abd672
commit 30c941fcf8
3 changed files with 27 additions and 15 deletions
+2
View File
@@ -43,6 +43,8 @@ private:
virtual void handleMessage(MessageRefresh* message);
virtual void handleMessage(MessageSaveProject* message);
void updateRecentProjects(const std::string& projectSettingsFilePath);
std::shared_ptr<Project> m_project;
std::shared_ptr<StorageCache> m_storageCache;