MCPcopy Create free account
hub / github.com/KDAB/GammaRay / columnCount

Method columnCount

plugins/statemachineviewer/statemodel.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271int StateModel::columnCount(const QModelIndex &parent) const
272{
273 Q_UNUSED(parent);
274 return 2;
275}
276
277QMap<int, QVariant> StateModel::itemData(const QModelIndex &index) const
278{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected