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
+2 -2
View File
@@ -194,9 +194,9 @@ void QtIndexingDialog::setupReport(
finishSetup();
}
void QtIndexingDialog::setupStatus()
void QtIndexingDialog::setupUnknownProgress()
{
setType(DIALOG_STATUS);
setType(DIALOG_UNKNOWN_PROGRESS);
QBoxLayout* layout = createLayout();