logic: Show message box informing about shared memory problems before indexing (issue #508)

This commit is contained in:
Eberhard Graether
2017-11-07 17:49:21 +01:00
parent a2d412ccfa
commit 17a1f7eac9
5 changed files with 57 additions and 8 deletions
+2
View File
@@ -80,6 +80,8 @@ private:
void updateTitle();
bool checkSharedMemory();
const bool m_hasGUI;
std::shared_ptr<Project> m_project;
std::shared_ptr<StorageCache> m_storageCache;