mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Implemented SelectComic
This commit is contained in:
@ -22,6 +22,7 @@ signals:
|
||||
|
||||
public slots:
|
||||
QString getComicId(const QModelIndex &index) const;
|
||||
QString getCoverURL(const QModelIndex &index) const;
|
||||
void addExtraRows(int numRows);
|
||||
|
||||
private:
|
||||
@ -31,6 +32,7 @@ private:
|
||||
enum Column {
|
||||
ISSUE = 0,
|
||||
TITLE,
|
||||
COVER_URL,
|
||||
ID
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user