diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 489ecc1a3..2e8f227f1 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -995,7 +995,7 @@ void MainWindow::reAnalyzeAll() reAnalyze(true); } -void MainWindow::reAnalyzeSelected(QStringList files, bool all) +void MainWindow::reAnalyzeSelected(QStringList files) { if (files.empty()) return; @@ -1232,7 +1232,7 @@ void MainWindow::showAuthors() void MainWindow::performSelectedFilesCheck(QStringList selectedFilesList) { - reAnalyzeSelected(selectedFilesList, true); + reAnalyzeSelected(selectedFilesList); } void MainWindow::save() diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 26373e9f4..69f2b0eb8 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -238,9 +238,8 @@ private: /** * @brief Reanalyze selected files * @param files list of selected files - * @param all true if all files of list, false if modified files of list */ - void reAnalyzeSelected(QStringList files, bool all); + void reAnalyzeSelected(QStringList files); /** * @brief Analyze the project.