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

Method columnCount

launcher/minecraft/mod/ResourcePackFolderModel.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183int ResourcePackFolderModel::columnCount(const QModelIndex& parent) const
184{
185 return parent.isValid() ? 0 : NUM_COLUMNS;
186}
187
188Task* ResourcePackFolderModel::createUpdateTask()
189{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected