Remove find-replace progress bar TODO as it's done

This commit is contained in:
Srivats P 2021-12-11 13:01:31 +05:30
parent 58d4ceb9c7
commit 975ce8093d

View File

@ -317,7 +317,6 @@ void StreamsWidget::on_actionFind_Replace_triggered()
progress.setWindowModality(Qt::WindowModal);
int c, fc = 0, sc = 0; // replace counts
Port &port = plm->port(currentPortIndex_);
// TODO: progress bar
if (action.selectedStreamsOnly) {
QModelIndexList selected = selectionModel->selectedRows();
int count = selected.size();