mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add method to ComicView to reload its content
This commit is contained in:
@ -30,6 +30,7 @@ public:
|
||||
virtual void selectIndex(int index) = 0;
|
||||
virtual void updateCurrentComicView() = 0;
|
||||
virtual void focusComicsNavigation(Qt::FocusReason reason) = 0;
|
||||
void reloadContent();
|
||||
|
||||
public slots:
|
||||
virtual void updateInfoForIndex(int index);
|
||||
|
Reference in New Issue
Block a user