Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
int ResourcePackFolderModel::columnCount(const QModelIndex& parent) const
184
{
185
return parent.isValid() ? 0 : NUM_COLUMNS;
186
}
187
188
Task* ResourcePackFolderModel::createUpdateTask()
189
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected