MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / ParserBase

Method ParserBase

src/widgets/player/QPlaylistFileParser.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23public:
24 explicit ParserBase(QPlaylistFileParser *parent) : m_parent(parent), m_aborted(false)
25 {
26 Q_ASSERT(m_parent);
27 }
28
29 bool parseLine(int lineIndex, const QString &line, const QUrl &root)
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected