mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Initialize parent class
This commit is contained in:
parent
4f7f760960
commit
8879e7abc5
@ -181,6 +181,7 @@ ComicInfo::ComicInfo()
|
||||
}
|
||||
|
||||
ComicInfo::ComicInfo(const ComicInfo & comicInfo)
|
||||
:QObject()
|
||||
{
|
||||
operator=(comicInfo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user