Make sure that the changes made to folders are propagated to the subfolder model in FolderContentView

This commit is contained in:
Luis Ángel San Martín
2022-10-13 19:28:55 +02:00
parent 23deb889b9
commit 00f7d92c9a
3 changed files with 22 additions and 7 deletions

View File

@ -23,6 +23,7 @@ public:
void setModel(const QModelIndex &parent, FolderModel *model);
void setContinueReadingModel(ComicModel *model);
FolderModel *currentFolderModel() { return folderModel; }
signals:
void subfolderSelected(QModelIndex, int);
void openComic(const ComicDB &comic, const ComicModel::Mode mode);