Use the comics selection helper in the info comics view.

This commit is contained in:
Luis Ángel San Martín
2016-04-18 14:30:28 +02:00
parent 771597e4f4
commit c052a82195
2 changed files with 17 additions and 37 deletions

View File

@ -7,6 +7,8 @@
class QQuickView;
class YACReaderComicsSelectionHelper;
class InfoComicsView : public ComicsView
@ -39,7 +41,7 @@ protected:
QObject *flow;
QObject *list;
QItemSelectionModel * _selectionModel;
YACReaderComicsSelectionHelper * selectionHelper;
};
#endif // INFOCOMICSVIEW_H