Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void ProcessPicker::refreshProcessList()
89
{
90
ui->processTable->clearContents();
91
ui->processTable->setRowCount(0);
92
m_allProcesses.clear();
93
enumerateProcesses();
94
}
95
96
void ProcessPicker::onProcessSelected()
97
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected