mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add method to FolderContentView to reload its contents
This commit is contained in:
@ -22,6 +22,7 @@ public:
|
||||
explicit FolderContentView(QAction *toogleRecentVisibilityAction, QWidget *parent = nullptr);
|
||||
void setModel(const QModelIndex &parent, FolderModel *model);
|
||||
void setContinueReadingModel(ComicModel *model);
|
||||
void reloadContent();
|
||||
void reloadContinueReadingModel();
|
||||
void setShowRecent(bool visible);
|
||||
void setRecentRange(int days);
|
||||
|
Reference in New Issue
Block a user