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

Method StringValidator

projects/gui/src/stringvalidator.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <QAbstractItemModel>
21
22StringValidator::StringValidator(QObject* parent)
23 : QValidator(parent),
24 m_model(nullptr)
25{
26}
27
28void StringValidator::setModel(const QAbstractItemModel* model)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected