Emit a signal when the cover of a comic changes

This commit is contained in:
Luis Ángel San Martín
2023-08-17 19:41:43 +02:00
parent ab9472cb58
commit 7f129ac1fa
2 changed files with 6 additions and 1 deletions

View File

@ -171,5 +171,8 @@ public slots:
void loadNextCover();
void loadPreviousCover();
bool close();
signals:
void coverChangedSignal(const ComicDB &comic);
};
#endif