mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 15:02:49 -05:00
Initialize attributes in constructor
This commit is contained in:
@ -173,7 +173,9 @@ QString ComicDB::getTitleIncludingNumber() const
|
|||||||
//COMIC_INFO-------------------------------------------------------------------
|
//COMIC_INFO-------------------------------------------------------------------
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
ComicInfo::ComicInfo()
|
ComicInfo::ComicInfo()
|
||||||
: existOnDb(false),
|
: read(false),
|
||||||
|
edited(false),
|
||||||
|
existOnDb(false),
|
||||||
rating(0),
|
rating(0),
|
||||||
hasBeenOpened(false),
|
hasBeenOpened(false),
|
||||||
currentPage(1),
|
currentPage(1),
|
||||||
|
|||||||
Reference in New Issue
Block a user