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

Method EngineButtonOption

projects/lib/src/enginebuttonoption.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "enginebuttonoption.h"
20
21EngineButtonOption::EngineButtonOption(const QString& name)
22 : EngineOption(name, QMetaType::UnknownType)
23{
24}
25
26EngineOption* EngineButtonOption::copy() const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected