MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / rowCount

Method rowCount

launcher/InstanceList.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int InstanceList::rowCount(const QModelIndex& parent) const
153{
154 Q_UNUSED(parent);
155 return m_instances.count();
156}
157
158QModelIndex InstanceList::index(int row, int column, const QModelIndex& parent) const
159{

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected