MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / columnCount

Method columnCount

Misc/MultitaskControllerModel.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75int
76MultitaskControllerModel::columnCount(const QModelIndex &) const
77{
78 return 6;
79}
80
81QVariant
82MultitaskControllerModel::data(const QModelIndex &index, int role) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected