mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Add function for parsing xml info into ComicInfo
This commit is contained in:
12
YACReaderLibrary/xml_info_parser.h
Normal file
12
YACReaderLibrary/xml_info_parser.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef XMLINFOPARSER_H
|
||||
#define XMLINFOPARSER_H
|
||||
|
||||
#include "comic_db.h"
|
||||
|
||||
namespace YACReader {
|
||||
|
||||
bool parseXMLIntoInfo(const QByteArray &xmlRawData, ComicInfo &info);
|
||||
|
||||
}
|
||||
|
||||
#endif // XMLINFOPARSER_H
|
Reference in New Issue
Block a user