| 22 | { |
| 23 | public: |
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected