mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Library: reorder initialization of YACReaderHttpSession
This commit is contained in:
parent
8fa62c3a20
commit
3657745f8b
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user