mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Initialize parent class
This commit is contained in:
@ -181,6 +181,7 @@ ComicInfo::ComicInfo()
|
||||
}
|
||||
|
||||
ComicInfo::ComicInfo(const ComicInfo & comicInfo)
|
||||
:QObject()
|
||||
{
|
||||
operator=(comicInfo);
|
||||
}
|
||||
|
Reference in New Issue
Block a user