mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Format code using clang-format
This commit is contained in:
@ -9,19 +9,17 @@
|
||||
class YACReaderServerDataHelper
|
||||
{
|
||||
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);
|
||||
static QJsonObject fullComicToJSON(const qulonglong libraryId, const ComicDB & comic);
|
||||
static QJsonObject readingListToJSON(const qulonglong libraryId, const ReadingList & readingList);
|
||||
static QJsonObject labelToJSON(const qulonglong libraryId, const Label & label);
|
||||
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);
|
||||
static QJsonObject fullComicToJSON(const qulonglong libraryId, const ComicDB &comic);
|
||||
static QJsonObject readingListToJSON(const qulonglong libraryId, const ReadingList &readingList);
|
||||
static QJsonObject labelToJSON(const qulonglong libraryId, const Label &label);
|
||||
|
||||
private:
|
||||
YACReaderServerDataHelper();
|
||||
|
||||
};
|
||||
|
||||
#endif // YACREADERSERVERDATAHELPER_H
|
||||
|
Reference in New Issue
Block a user