Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AncientLysine/BiliLocal
/ columnCount
Method
columnCount
src/Menu.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int columnCount(const QModelIndex &) const
56
{
57
return 1;
58
}
59
60
QVariant data(const QModelIndex &index,int role) const
61
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected