Make updateFromRemoteClient return more updated comics

So they can be sent back to the client.
This commit is contained in:
Luis Ángel San Martín
2020-08-25 19:01:43 +02:00
parent fe15bc2ba8
commit 2b780e23a4
2 changed files with 38 additions and 12 deletions

View File

@ -72,7 +72,7 @@ public:
static void updateFromRemoteClient(qulonglong libraryId, const ComicInfo &comicInfo);
static void updateFromRemoteClientWithHash(const ComicInfo &comicInfo);
static void updateReadingRemoteProgress(const ComicInfo &comicInfo, QSqlDatabase &db);
static void updateFromRemoteClient(const QMap<qulonglong, QList<ComicInfo>> &comics);
static QMap<qulonglong, QList<ComicDB>> updateFromRemoteClient(const QMap<qulonglong, QList<ComicInfo>> &comics);
static void updateFromRemoteClientWithHash(const QList<ComicInfo> &comics);
static void renameLabel(qulonglong id, const QString &name, QSqlDatabase &db);
static void renameList(qulonglong id, const QString &name, QSqlDatabase &db);