mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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)
|
ComicInfo::ComicInfo(const ComicInfo & comicInfo)
|
||||||
|
:QObject()
|
||||||
{
|
{
|
||||||
operator=(comicInfo);
|
operator=(comicInfo);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user