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

Method PgnDatabase

projects/gui/src/pgndatabase.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include <QFileInfo>
22
23PgnDatabase::PgnDatabase(const QString& fileName, QObject* parent)
24 : QObject(parent),
25 m_fileName(fileName),
26 m_displayName(QFileInfo(fileName).completeBaseName())
27{
28}
29
30PgnDatabase::~PgnDatabase()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected