mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
added comic vine pagination and sorting volumes by column
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#ifndef SELECT_COMIC_H
|
||||
#define SELECT_COMIC_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "scraper_selector.h"
|
||||
|
||||
class QLabel;
|
||||
class VolumeComicsModel;
|
||||
@ -10,12 +10,12 @@ class QModelIndex;
|
||||
class ScraperScrollLabel;
|
||||
class ScraperTableView;
|
||||
|
||||
class SelectComic : public QWidget
|
||||
class SelectComic : public ScraperSelector
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SelectComic(QWidget * parent = 0);
|
||||
void load(const QString & json);
|
||||
void load(const QString & json, const QString & searchString);
|
||||
virtual ~SelectComic();
|
||||
|
||||
public slots:
|
||||
|
Reference in New Issue
Block a user