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:
@@ -194,9 +194,9 @@ void QtIndexingDialog::setupReport(
|
||||
finishSetup();
|
||||
}
|
||||
|
||||
void QtIndexingDialog::setupStatus()
|
||||
void QtIndexingDialog::setupUnknownProgress()
|
||||
{
|
||||
setType(DIALOG_STATUS);
|
||||
setType(DIALOG_UNKNOWN_PROGRESS);
|
||||
|
||||
QBoxLayout* layout = createLayout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user