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

Method columnCount

launcher/minecraft/WorldList.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164int WorldList::columnCount(const QModelIndex& parent) const
165{
166 return parent.isValid() ? 0 : 5;
167}
168
169QVariant WorldList::data(const QModelIndex& index, int role) const
170{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected