mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Implemented logic for comic info interactive items (read, fav, rating)
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
class QQuickView;
|
||||
|
||||
class YACReaderComicsSelectionHelper;
|
||||
class YACReaderComicInfoHelper;
|
||||
|
||||
|
||||
|
||||
@ -49,6 +50,7 @@ protected:
|
||||
QObject *list;
|
||||
|
||||
YACReaderComicsSelectionHelper * selectionHelper;
|
||||
YACReaderComicInfoHelper * comicInfoHelper;
|
||||
};
|
||||
|
||||
#endif // INFOCOMICSVIEW_H
|
||||
|
Reference in New Issue
Block a user