MCPcopy 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
33int ToolPluginModel::rowCount(const QModelIndex &parent) const
34{
35 Q_UNUSED(parent);
36 return m_tools.size();
37}
38
39QVariant ToolPluginModel::data(const QModelIndex &index, int role) const
40{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected