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

Method PlainTextLog

projects/gui/src/plaintextlog.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#include <QTextStream>
27
28PlainTextLog::PlainTextLog(QWidget* parent)
29 : QPlainTextEdit(parent)
30{
31 setReadOnly(true);
32}
33
34PlainTextLog::PlainTextLog(const QString& text, QWidget* parent)
35 : QPlainTextEdit(text, parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected