MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / closeFindWidget

Method closeFindWidget

MiniZincIDE/mainwindow.cpp:2583–2587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2581}
2582
2583void MainWindow::closeFindWidget()
2584{
2585 ui->findFrame->hide();
2586 curEditor->setFocus();
2587}
2588
2589void MainWindow::on_find_textEdited(const QString &)
2590{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected