| 423 | } |
| 424 | |
| 425 | void MainWindow::setStatusBarState(bool state) { |
| 426 | ui->statusBar->setHidden(state); |
| 427 | ui->actionHideStatusBar->setChecked(state); |
| 428 | m_config->setValue(SETTING_WINDOW_STATUSBAR, state); |
| 429 | } |
| 430 | |
| 431 | void MainWindow::setDebugIgnoreBreakpoints(bool state) { |
| 432 | ui->buttonToggleBreakpoints->setChecked(state); |
nothing calls this directly
no outgoing calls
no test coverage detected