logic: Show unknown progress dialog when refreshing (issue 341)

* refactored dialog handling
* Application always provides a DialogView instance

bug id = 341
This commit is contained in:
Eberhard Graether
2017-04-19 13:04:46 +02:00
parent c4deca4662
commit 9d718d6a87
13 changed files with 81 additions and 114 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ std::shared_ptr<DialogView> Application::getDialogView()
return m_componentManager->getDialogView();
}
return std::shared_ptr<DialogView>();
return std::make_shared<DialogView>(nullptr);
}
bool Application::isInTrial() const