| 2961 | } |
| 2962 | |
| 2963 | void 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 | |
| 2972 | void MainWindow::on_progressOutput(float progress) |
| 2973 | { |