Update the UI when a comic is updated using the http api

This commit is contained in:
Luis Ángel San Martín
2022-10-15 11:42:46 +02:00
parent 61458b966c
commit e7b6f46cd3
3 changed files with 25 additions and 1 deletions

View File

@ -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();