Skip to content

Commit ec52e69

Browse files
committed
Avoid warning noise during attribute table load
On behalf of Faunalia, sponsored by ENEL (cherry-picked from b0801f3)
1 parent 531d63f commit ec52e69

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
@@ -732,9 +732,7 @@ void QgsDualView::progress( int i, bool& cancel )
732732
mProgressDlg->show();
733733
}
734734

735-
mProgressDlg->setValue( i );
736735
mProgressDlg->setLabelText( tr( "%1 features loaded." ).arg( i ) );
737-
738736
QCoreApplication::processEvents();
739737

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

0 commit comments

Comments
 (0)