mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
added comic vine pagination and sorting volumes by column
This commit is contained in:
@ -24,7 +24,7 @@ public slots:
|
||||
void search(const QString & query, int page = 1);
|
||||
void getSeriesDetail(const QString & id);
|
||||
void getSeriesCover(const QString & url);
|
||||
void getVolumeComicsInfo(const QString & idVolume);
|
||||
void getVolumeComicsInfo(const QString & idVolume, int page=1);
|
||||
QByteArray getComicDetail(const QString & id, bool &outError, bool &outTimeout);
|
||||
void getComicCover(const QString & url);
|
||||
|
||||
|
Reference in New Issue
Block a user