diff --git a/YACReaderLibrary/comic_vine/model/response_parser.cpp b/YACReaderLibrary/comic_vine/model/response_parser.cpp index 06a6f0a3..0990a332 100644 --- a/YACReaderLibrary/comic_vine/model/response_parser.cpp +++ b/YACReaderLibrary/comic_vine/model/response_parser.cpp @@ -4,7 +4,7 @@ #include ResponseParser::ResponseParser(QObject *parent) : - QObject(parent),error(false),numResults(-1),currentPage(-1),totalPages(-1),errorTxt("None") + QObject(parent),error(false),errorTxt("None"),numResults(-1),currentPage(-1),totalPages(-1) { }