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

Method UcdParserBase

tools/uni2characterwidth/uni2characterwidth.cpp:54–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53protected:
54 UcdParserBase(QIODevice *source, UcdEntry *entry)
55 : _source(source)
56 , _nextFetched(false)
57 , _hasNext(true)
58 , _lineNo(0)
59 , _entry(entry)
60 {
61 Q_ASSERT(_source);
62 Q_ASSERT(_entry);
63 }
64
65 bool fetchNext()
66 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected