Skip to content

Commit 96923c7

Browse files
mbernasocchinyalldawson
authored andcommittedJun 21, 2018
fix spacing
1 parent df56fdc commit 96923c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgstaskmanagerwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void QgsTaskManagerWidget::modelRowsInserted( const QModelIndex &, int start, in
7878

7979
QProgressBar *progressBar = new QProgressBar();
8080
progressBar->setAutoFillBackground( true );
81-
progressBar->setRange(0, 0);
81+
progressBar->setRange( 0, 0 );
8282
connect( task, &QgsTask::progressChanged, progressBar, [progressBar]( double progress )
8383
{
8484
//until first progress report, we show a progress bar of interderminant length

0 commit comments

Comments
 (0)
Please sign in to comment.