MCPcopy Create free account
hub / github.com/KDE/kdevelop / columnCount

Method columnCount

kdevplatform/shell/problemmodel.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210int ProblemModel::columnCount(const QModelIndex& parent) const
211{
212 Q_UNUSED(parent)
213 return LastColumn;
214}
215
216IProblem::Ptr ProblemModel::problemForIndex(const QModelIndex& index) const
217{

Callers 2

fitColumnsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected