mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -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