| 2952 | } |
| 2953 | |
| 2954 | void 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 | |
| 2963 | void MainWindow::updateProfileSearchButton() |
| 2964 | { |
nothing calls this directly
no outgoing calls
no test coverage detected