Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ columnCount
Method
columnCount
src/LanguageStylesModel.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
int LanguageStylesModel::columnCount(const QModelIndex &parent) const
95
{
96
if (parent.isValid())
97
return 0;
98
99
return columns.size();
100
}
101
102
QVariant LanguageStylesModel::data(const QModelIndex &index, int role) const
103
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected