Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ rowCount
Method
rowCount
launcher/ui/processmodel.cpp:196–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
int ProcessModel::rowCount(const QModelIndex &parent) const
197
{
198
return parent.isValid() ? 0 : m_data.size();
199
}
200
201
ProcDataList ProcessModel::processes() const
202
{
Callers
2
addArgument
Method · 0.45
updateArgumentButtons
Method · 0.45
Calls
2
isValid
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected