fixed sorting in sibblings comics while reading remotely

This commit is contained in:
Luis Ángel San Martín
2015-03-22 12:13:36 +01:00
parent 416e71efd7
commit 1fe860e401
3 changed files with 12 additions and 6 deletions

View File

@ -22,6 +22,7 @@ public:
static YACReaderLibraries getLibraries();
static QList<LibraryItem *> getFolderSubfoldersFromLibrary(qulonglong libraryId, qulonglong folderId);
static QList<LibraryItem *> getFolderComicsFromLibrary(qulonglong libraryId, qulonglong folderId);
static QList<LibraryItem *> getFolderComicsFromLibrary(qulonglong libraryId, qulonglong folderId, bool sort);
static qulonglong getParentFromComicFolderId(qulonglong libraryId, qulonglong id);
static ComicDB getComicInfo(qulonglong libraryId, qulonglong id);
static QList<ComicDB> getSiblings(qulonglong libraryId, qulonglong parentId);