Provide information about the comic updated in UpdateComicControllerV2

This commit is contained in:
Luis Ángel San Martín
2022-10-15 11:39:55 +02:00
parent a4a2b3ce6c
commit bf36672ade
2 changed files with 9 additions and 0 deletions

View File

@ -15,6 +15,10 @@ public:
/** Generates the response */
void service(stefanfrings::HttpRequest &request, stefanfrings::HttpResponse &response) override;
bool error;
qulonglong updatedLibraryId;
qulonglong updatedComicId;
};
#endif // UPDATECOMICCONTROLLER_H