mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Update the UI when a comic is updated using the http api
This commit is contained in:
@ -385,6 +385,7 @@ public slots:
|
||||
void showContinueReadingContextMenu(QPoint point, ComicDB comic);
|
||||
void libraryAlreadyExists(const QString &name);
|
||||
void importLibraryPackage();
|
||||
void updateViewsOnComicUpdateWithId(quint64 libraryId, quint64 comicId);
|
||||
void updateViewsOnComicUpdate(quint64 libraryId, const ComicDB &comic);
|
||||
void showComicVineScraper();
|
||||
void setRemoveError();
|
||||
|
Reference in New Issue
Block a user