Skip to content

Commit

Permalink
ProjectSearch: remove ugly warning
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed May 28, 2024
1 parent 86dde85 commit a36bb58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/ProjectManager/ProjectSearch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ void ProjectSearch::setFocusOnSearch() { ui->searchFor->setFocus(); }

void ProjectSearch::on_searchButton_clicked() {
this->ui->treeWidget->clear();

auto allowList = ui->includeFiles->text();
auto denyList = ui->excludeFiles->text();
QtConcurrent::run([=]() {
QThreadPool::globalInstance()->start([=]() {
auto text = ui->searchFor->text().toStdString();

for (auto const &fullFileName : model->fileList) {
Expand Down

0 comments on commit a36bb58

Please sign in to comment.