Skip to content

Commit

Permalink
Avoid warning noise during attribute table load
Browse files Browse the repository at this point in the history
On behalf of Faunalia, sponsored by ENEL

(cherry-picked from b0801f3)
  • Loading branch information
nyalldawson committed Nov 23, 2016
1 parent 531d63f commit ec52e69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -732,9 +732,7 @@ void QgsDualView::progress( int i, bool& cancel )
mProgressDlg->show();
}

mProgressDlg->setValue( i );
mProgressDlg->setLabelText( tr( "%1 features loaded." ).arg( i ) );

QCoreApplication::processEvents();

cancel = mProgressDlg && mProgressDlg->wasCanceled();
Expand Down

0 comments on commit ec52e69

Please sign in to comment.