mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
(server) comic_info incluye ahora toda la informaci?n en response
This commit is contained in:
@ -131,6 +131,8 @@ public:
|
||||
void removeFromDB(QSqlDatabase & db);
|
||||
void update(QSqlDatabase & db);
|
||||
bool hasCover() {return _hasCover;};
|
||||
|
||||
QString toTXT();
|
||||
|
||||
ComicInfo info;
|
||||
};
|
||||
|
Reference in New Issue
Block a user