mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Library: reorder initialization of ResponseParser
This commit is contained in:
parent
ebcb52bf16
commit
8c8521a8dc
@ -4,7 +4,7 @@
|
||||
#include <QDebug>
|
||||
|
||||
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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user