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

Method apply

ui/attachprocess.cpp:392–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void AttachProcessDialog::apply()
393{
394 m_selectedPid = m_processListWidget->GetSelectedPid();
395 if (!m_selectedPid)
396 {
397 reject();
398 return;
399 }
400
401 accept();
402}

Callers

nothing calls this directly

Calls 1

GetSelectedPidMethod · 0.45

Tested by

no test coverage detected