Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ columnCount
Method
columnCount
kdevplatform/debugger/breakpoint/breakpointmodel.cpp:517–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
int KDevelop::BreakpointModel::columnCount(const QModelIndex& parent) const
518
{
519
Q_UNUSED(parent);
520
return 5;
521
}
522
523
QVariant BreakpointModel::data(const QModelIndex& index, int role) const
524
{
Callers
1
showEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected