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

Method MoveCommentToken

projects/gui/src/movecommenttoken.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "movecommenttoken.h"
20
21MoveCommentToken::MoveCommentToken(int ply, const QString& text)
22 : PgnToken(),
23 m_ply(ply),
24 m_text(text)
25{
26}
27
28QString MoveCommentToken::toString() const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected