MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / rowCount

Method rowCount

launcher/InstanceList.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132int InstanceList::rowCount(const QModelIndex& parent) const
133{
134 Q_UNUSED(parent);
135 return m_instances.count();
136}
137
138QModelIndex InstanceList::index(int row, int column, const QModelIndex& parent) const
139{

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected