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

Method EngineCheckOption

projects/lib/src/enginecheckoption.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "enginecheckoption.h"
20
21EngineCheckOption::EngineCheckOption(const QString& name,
22 const QVariant& value,
23 const QVariant& defaultValue,
24 const QString& alias)
25 : EngineOption(name, QMetaType::Bool, value, defaultValue, alias)
26{
27}
28
29EngineOption* EngineCheckOption::copy() const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected