mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 06:22:49 -05:00
Use json in foldercontentcontoller_v2
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user