ui: add menu entry to close the current project (issue #722)

This commit is contained in:
mlangkabel
2019-10-18 13:05:27 +02:00
committed by Eberhard Graether
parent dc24bae943
commit 6b692ff0e9
13 changed files with 70 additions and 14 deletions
@@ -124,7 +124,7 @@ void ErrorController::handleMessage(MessageErrorsAll* message)
void ErrorController::handleMessage(MessageErrorsForFile* message)
{
Project* project = Application::getInstance()->getCurrentProject().get();
std::shared_ptr<const Project> project = Application::getInstance()->getCurrentProject();
if (project && project->isIndexing())
{
Application::getInstance()->handleDialog(