mirror of
https://github.com/YACReader/yacreader
synced 2025-09-17 02:34:44 -04:00
Add method to delete metadata from ComicInfo
This commit is contained in:
@ -19,6 +19,8 @@ public:
|
||||
ComicInfo(const ComicInfo &comicInfo);
|
||||
~ComicInfo();
|
||||
|
||||
void deleteMetadata();
|
||||
|
||||
ComicInfo &operator=(const ComicInfo &comicInfo);
|
||||
|
||||
bool operator==(const ComicInfo &other) { return id == other.id; }
|
||||
|
Reference in New Issue
Block a user