Implemented logic for comic info interactive items (read, fav, rating)

This commit is contained in:
Luis Ángel San Martín
2016-04-18 23:21:54 +02:00
parent 6b9041c095
commit 64b77586fc
13 changed files with 150 additions and 10 deletions

View File

@ -5,6 +5,8 @@
#include <QModelIndex>
class QAbstractListModel;
class QItemSelectionModel;
class QQuickView;
@ -12,6 +14,9 @@ class QQuickView;
class YACReaderToolBarStretch;
class YACReaderComicsSelectionHelper;
class YACReaderComicInfoHelper;
class GridComicsView : public ComicsView
{
@ -74,6 +79,7 @@ private:
QAction * showInfoAction;
YACReaderComicsSelectionHelper * selectionHelper;
YACReaderComicInfoHelper * comicInfoHelper;
bool dummy;
void closeEvent ( QCloseEvent * event );