| 2581 | } |
| 2582 | |
| 2583 | void MainWindow::closeFindWidget() |
| 2584 | { |
| 2585 | ui->findFrame->hide(); |
| 2586 | curEditor->setFocus(); |
| 2587 | } |
| 2588 | |
| 2589 | void MainWindow::on_find_textEdited(const QString &) |
| 2590 | { |
nothing calls this directly
no outgoing calls
no test coverage detected