Implemented SelectComic

This commit is contained in:
Luis Ángel San Martín
2013-10-25 07:48:11 +02:00
parent 3d48eeb12d
commit 25072a7135
13 changed files with 291 additions and 57 deletions

View File

@ -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
};
};