Initialize attributes in constructor

This commit is contained in:
Luis Ángel San Martín 2021-09-27 15:27:44 +02:00
parent 1e81b58e5c
commit b0a6411528

View File

@ -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),