mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Use the comics selection helper in the info comics view.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user