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

Method on_cpprofiler_dockWidget_visibilityChanged

MiniZincIDE/mainwindow.cpp:2954–2961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2952}
2953
2954void MainWindow::on_cpprofiler_dockWidget_visibilityChanged(bool visible)
2955{
2956 if (visible) {
2957 ui->actionShow_search_profiler->setText("Hide search profiler");
2958 } else {
2959 ui->actionShow_search_profiler->setText("Show search profiler");
2960 }
2961}
2962
2963void MainWindow::updateProfileSearchButton()
2964{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected