| 250 | |
| 251 | |
| 252 | void DebugControlsWidget::performSettings() |
| 253 | { |
| 254 | auto* dialog = new AdapterSettingsDialog(this, m_controller); |
| 255 | dialog->show(); |
| 256 | } |
| 257 | |
| 258 | |
| 259 | bool DebugControlsWidget::canExec() |
nothing calls this directly
no outgoing calls
no test coverage detected