add to favorites is ready

This commit is contained in:
Luis Ángel San Martín
2014-11-27 20:14:55 +01:00
parent 4ca873e058
commit b6e2a10f4f
7 changed files with 53 additions and 1 deletions

View File

@ -62,6 +62,7 @@ public:
void removeInTransaction(int row);
void reload(const ComicDB & comic);
void resetComicRating(const QModelIndex & mi);
void addComicsToFavorites(const QList<QModelIndex> &comicsList);
QHash<int, QByteArray> roleNames() const;