Skip to content

Commit 6e903a6

Browse files
committed
gui/mainwindows.cpp: removed redundant ResultsView::clear() call
already done in `clearResults()` above
1 parent 26f1287 commit 6e903a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gui/mainwindow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ void MainWindow::doAnalyzeProject(ImportProject p, const bool checkLibrary, cons
597597
enableProjectActions(false);
598598
}
599599

600-
mUI->mResults->clear(true);
601600
mUI->mResults->setResultsSource(ResultsTree::ResultsSource::Analysis);
602601
mThread->clearFiles();
603602

0 commit comments

Comments
 (0)