MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / refreshProcessList

Method refreshProcessList

src/processpicker.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void ProcessPicker::refreshProcessList()
89{
90 ui->processTable->clearContents();
91 ui->processTable->setRowCount(0);
92 m_allProcesses.clear();
93 enumerateProcesses();
94}
95
96void ProcessPicker::onProcessSelected()
97{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected