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

Method EngineOptionModel

projects/gui/src/engineoptionmodel.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25EngineOptionModel::EngineOptionModel(QObject* parent)
26 : QAbstractItemModel(parent)
27{
28}
29
30EngineOptionModel::EngineOptionModel(QList<EngineOption*> options, QObject* parent)
31 : QAbstractItemModel(parent),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected