Use json in foldercontentcontoller_v2

This commit is contained in:
Luis Ángel San Martín
2018-03-25 13:15:49 +02:00
parent c36d4501cc
commit c1ba2fe77e
3 changed files with 24 additions and 8 deletions

View File

@ -11,6 +11,7 @@ public:
static QString folderToYSFormat(const qulonglong libraryId, const Folder & folder);
static QString comicToYSFormat(const qulonglong libraryId, const ComicDB & comic);
static QJsonObject folderToJSON(const qulonglong libraryId, const Folder & folder);
static QJsonObject comicToJSON(const qulonglong libraryId, const ComicDB & comic);
private: