MCPcopy Create free account
hub / github.com/KDE/konsole / PlainTextDecoder

Method PlainTextDecoder

src/decoders/PlainTextDecoder.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using namespace Konsole;
18
19PlainTextDecoder::PlainTextDecoder()
20 : _output(nullptr)
21 , _recordLinePositions(false)
22 , _linePositions(QList<int>())
23{
24}
25
26void PlainTextDecoder::begin(QTextStream *output)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected