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

Method columnCount

launcher/minecraft/mod/TexturePackFolderModel.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162int TexturePackFolderModel::columnCount(const QModelIndex& parent) const
163{
164 return parent.isValid() ? 0 : NUM_COLUMNS;
165}

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected