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

Method updateProfileSearchButton

MiniZincIDE/mainwindow.cpp:2963–2970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2961}
2962
2963void MainWindow::updateProfileSearchButton()
2964{
2965 auto sc = getCurrentSolverConfig();
2966 ui->actionProfile_search->setDisabled(processRunning ||
2967 !curEditor ||
2968 !sc ||
2969 !sc->solverDefinition.stdFlags.contains("--cp-profiler"));
2970}
2971
2972void MainWindow::on_progressOutput(float progress)
2973{

Callers

nothing calls this directly

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected