Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ columnCount
Method
columnCount
launcher/minecraft/mod/ModFolderModel.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
int ModFolderModel::columnCount(const QModelIndex& parent) const
234
{
235
return parent.isValid() ? 0 : NUM_COLUMNS;
236
}
237
238
Task* ModFolderModel::createUpdateTask()
239
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected