mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-23 22:37:09 +03:00
Remove debug
This commit is contained in:
parent
ea5e141aeb
commit
812077a22b
@ -448,7 +448,6 @@ void MainWindow::bringToFrontAndSearch(const QString query)
|
||||
zealSearch.setQuery(query);
|
||||
ui->lineEdit->setText(query);
|
||||
ui->treeView->setFocus();
|
||||
qDebug() << "Number of results: " << ui->treeView->children().size();
|
||||
ui->treeView->activated(ui->treeView->currentIndex());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user