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

Method columnCount

plugins/projectfilter/filtermodel.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62int FilterModel::columnCount(const QModelIndex& /*parent*/) const
63{
64 return NUM_COLUMNS;
65}
66
67QVariant FilterModel::headerData(int section, Qt::Orientation orientation, int role) const
68{

Callers 6

removeItemsMethod · 0.45
moveDownMethod · 0.45
moveToBottomMethod · 0.45
moveUpMethod · 0.45
moveToTopMethod · 0.45
kompareModelChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected