mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 23:12:53 -05:00
added comic vine pagination and sorting volumes by column
This commit is contained in:
@ -10,6 +10,8 @@ public:
|
||||
explicit ResponseParser(QObject *parent = 0);
|
||||
bool responseError();
|
||||
qint32 getNumResults();
|
||||
qint32 getCurrentPage();
|
||||
qint32 getTotalPages();
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
@ -18,6 +20,8 @@ public slots:
|
||||
protected:
|
||||
bool error;
|
||||
qint32 numResults;
|
||||
qint32 currentPage;
|
||||
qint32 totalPages;
|
||||
};
|
||||
|
||||
#endif // RESPONSE_PARSER_H
|
||||
|
||||
Reference in New Issue
Block a user