MCPcopy Create free account
hub / github.com/cutechess/cutechess / columnCount

Method columnCount

projects/gui/src/engineoptionmodel.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int EngineOptionModel::columnCount(const QModelIndex& parent) const
68{
69 if (parent.isValid())
70 return 0;
71
72 return 3;
73}
74
75QVariant EngineOptionModel::data(const QModelIndex& index, int role) const
76{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected