| 17 | using namespace Konsole; |
| 18 | |
| 19 | PlainTextDecoder::PlainTextDecoder() |
| 20 | : _output(nullptr) |
| 21 | , _recordLinePositions(false) |
| 22 | , _linePositions(QList<int>()) |
| 23 | { |
| 24 | } |
| 25 | |
| 26 | void PlainTextDecoder::begin(QTextStream *output) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected