mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04: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