diff --git a/YACReaderLibrary/server/yacreader_http_session.cpp b/YACReaderLibrary/server/yacreader_http_session.cpp index 5b2d0be6..ba9e7ae7 100644 --- a/YACReaderLibrary/server/yacreader_http_session.cpp +++ b/YACReaderLibrary/server/yacreader_http_session.cpp @@ -1,7 +1,7 @@ #include "yacreader_http_session.h" YACReaderHttpSession::YACReaderHttpSession(QObject *parent) - : QObject(parent), comic(nullptr), remoteComic(nullptr), comicId(0), remoteComicId(0) + : QObject(parent), comicId(0), remoteComicId(0), comic(nullptr), remoteComic(nullptr) { }