gui: mainwindow: Switch to results tab when searching from indexer tab

Tá an tiomantas seo le fáil i:
Albert S. 2022-06-04 15:55:32 +02:00
tuismitheoir 1ec42e4949
tiomantas 4187c3bfca

Féach ar an gComhad

@ -389,6 +389,10 @@ void MainWindow::lineEditReturnPressed()
ui->lblSearchResults->setText("Invalid paranthesis");
return;
}
if(indexerTabActive())
{
ui->tabWidget->setCurrentIndex(0);
}
// TODO: validate q;
ui->treeResultsList->clear();
ui->lblSearchResults->setText("Searching...");