Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/gui/qgstaskmanagerwidget.cpp
|
@@ -78,7 +78,7 @@ void QgsTaskManagerWidget::modelRowsInserted( const QModelIndex &, int start, in |
|
|
|
|
|
QProgressBar *progressBar = new QProgressBar(); |
|
|
progressBar->setAutoFillBackground( true ); |
|
|
progressBar->setRange(0, 0); |
|
|
progressBar->setRange( 0, 0 ); |
|
|
connect( task, &QgsTask::progressChanged, progressBar, [progressBar]( double progress ) |
|
|
{ |
|
|
//until first progress report, we show a progress bar of interderminant length |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.