| 299 | |
| 300 | |
| 301 | void DebugControlsWidget::setSteppingEnabled(bool enabled) |
| 302 | { |
| 303 | m_actionStepInto->setEnabled(enabled); |
| 304 | m_actionStepOver->setEnabled(enabled); |
| 305 | m_actionStepReturn->setEnabled(enabled); |
| 306 | } |
| 307 | |
| 308 | |
| 309 | void DebugControlsWidget::updateButtons() |
nothing calls this directly
no outgoing calls
no test coverage detected