Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ rowCount
Method
rowCount
core/toolpluginmodel.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
int ToolPluginModel::rowCount(const QModelIndex &parent) const
34
{
35
Q_UNUSED(parent);
36
return m_tools.size();
37
}
38
39
QVariant ToolPluginModel::data(const QModelIndex &index, int role) const
40
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected