MCPcopy 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
517int KDevelop::BreakpointModel::columnCount(const QModelIndex& parent) const
518{
519 Q_UNUSED(parent);
520 return 5;
521}
522
523QVariant BreakpointModel::data(const QModelIndex& index, int role) const
524{

Callers 1

showEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected