| 145 | } |
| 146 | |
| 147 | QByteArray InitialComicInfoExtractor::getXMLInfoRawData() |
| 148 | { |
| 149 | return _xmlInfoData; |
| 150 | } |
| 151 | |
| 152 | void InitialComicInfoExtractor::saveCover(const QString &path, const QImage &cover) |
| 153 | { |
no outgoing calls
no test coverage detected