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

Method EngineOptionDelegate

projects/gui/src/engineoptiondelegate.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include "pathlineedit.h"
27
28EngineOptionDelegate::EngineOptionDelegate(QWidget* parent)
29 : QStyledItemDelegate(parent)
30{
31}
32
33void EngineOptionDelegate::setEngineDirectory(const QString& dir)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected