Skip to content

Commit b0801f3

Browse files
committedNov 15, 2016
Avoid warning noise during attribute table load
On behalf of Faunalia, sponsored by ENEL
1 parent 08eaeaa commit b0801f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/gui/attributetable/qgsdualview.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,7 @@ void QgsDualView::progress( int i, bool& cancel )
706706
mProgressDlg->show();
707707
}
708708

709-
mProgressDlg->setValue( i );
710709
mProgressDlg->setLabelText( tr( "%1 features loaded." ).arg( i ) );
711-
712710
QCoreApplication::processEvents();
713711

714712
cancel = mProgressDlg && mProgressDlg->wasCanceled();

0 commit comments

Comments
 (0)
Please sign in to comment.