Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ columnCount
Method
columnCount
kdevplatform/vcs/models/vcseventmodel.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
int VcsBasicEventModel::columnCount(const QModelIndex& parent) const
49
{
50
return parent.isValid() ? 0 : ColumnCount;
51
}
52
53
QVariant VcsBasicEventModel::data(const QModelIndex& idx, int role) const
54
{
Callers
1
VcsCommitDialog
Method · 0.45
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected