MCPcopy 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
48int VcsBasicEventModel::columnCount(const QModelIndex& parent) const
49{
50 return parent.isValid() ? 0 : ColumnCount;
51}
52
53QVariant VcsBasicEventModel::data(const QModelIndex& idx, int role) const
54{

Callers 1

VcsCommitDialogMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected