MCPcopy Create free account
hub / github.com/Vector35/debugger / performSettings

Method performSettings

ui/controlswidget.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252void DebugControlsWidget::performSettings()
253{
254 auto* dialog = new AdapterSettingsDialog(this, m_controller);
255 dialog->show();
256}
257
258
259bool DebugControlsWidget::canExec()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected