mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Extract comic vine json parsing to its own file + add support for extra fields
This commit is contained in:
13
YACReaderLibrary/comic_vine/comic_vine_json_parser.h
Normal file
13
YACReaderLibrary/comic_vine/comic_vine_json_parser.h
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef COMIC_VINE_JSON_PARSER_H
|
||||
#define COMIC_VINE_JSON_PARSER_H
|
||||
|
||||
#include "comic_db.h"
|
||||
|
||||
namespace YACReader {
|
||||
|
||||
ComicDB parseCVJSONComicInfo(ComicDB &comic, const QString &json, int count, const QString &publisher);
|
||||
|
||||
}
|
||||
|
||||
#endif // COMIC_VINE_JSON_PARSER_H
|
Reference in New Issue
Block a user