MCPcopy Create free account
hub / github.com/Artikash/Textractor / ProcessDisconnected

Function ProcessDisconnected

GUI/mainwindow.cpp:564–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 }
563
564 void ProcessDisconnected(DWORD processId)
565 {
566 QMetaObject::invokeMethod(This, [processId]
567 {
568 ui.processCombo->removeItem(ui.processCombo->findText(QString::number(processId, 16).toUpper() + ":", Qt::MatchStartsWith));
569 }, Qt::BlockingQueuedConnection);
570 }
571
572 void ThreadAdded(TextThread& thread)
573 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected