Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
int WorldList::columnCount(const QModelIndex& parent) const
165
{
166
return parent.isValid() ? 0 : 5;
167
}
168
169
QVariant WorldList::data(const QModelIndex& index, int role) const
170
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected