| 290 | |
| 291 | |
| 292 | void DebugControlsWidget::setStoppingEnabled(bool enabled) |
| 293 | { |
| 294 | m_actionRestart->setEnabled(enabled); |
| 295 | m_actionQuit->setEnabled(enabled); |
| 296 | m_actionDetach->setEnabled(enabled); |
| 297 | m_actionDetach->setVisible(enabled); |
| 298 | } |
| 299 | |
| 300 | |
| 301 | void DebugControlsWidget::setSteppingEnabled(bool enabled) |
nothing calls this directly
no outgoing calls
no test coverage detected