mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
getting most of the info from comic vine
This commit is contained in:
@ -23,6 +23,8 @@ public:
|
||||
QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const;
|
||||
|
||||
QString getVolumeId(const QModelIndex & index) const;
|
||||
int getNumIssues(const QModelIndex & index) const;
|
||||
QString getPublisher(const QModelIndex & index) const;
|
||||
QString getCoverURL(const QModelIndex & index) const;
|
||||
|
||||
signals:
|
||||
|
Reference in New Issue
Block a user