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

Method rowCount

launcher/ui/pages/instance/ServersPage.cpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 virtual int rowCount(const QModelIndex &parent = QModelIndex()) const override
402 {
403 return m_servers.size();
404 }
405 int columnCount(const QModelIndex & parent) const override
406 {
407 return COLUMN_COUNT;

Calls 2

QModelIndexClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected