Skip to content
Permalink
Browse files
Avoid warning noise during attribute table load
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.
@@ -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();

0 comments on commit ec52e69

Please sign in to comment.