mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -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-------------------------------------------------------------------
|
||||
//-----------------------------------------------------------------------------
|
||||
ComicInfo::ComicInfo()
|
||||
: existOnDb(false),
|
||||
: read(false),
|
||||
edited(false),
|
||||
existOnDb(false),
|
||||
rating(0),
|
||||
hasBeenOpened(false),
|
||||
currentPage(1),
|
||||
|
Loading…
Reference in New Issue
Block a user