mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
Initialize attributes in constructor
This commit is contained in:
parent
1e81b58e5c
commit
b0a6411528
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user