mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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"
|
#include "yacreader_http_session.h"
|
||||||
|
|
||||||
YACReaderHttpSession::YACReaderHttpSession(QObject *parent)
|
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…
x
Reference in New Issue
Block a user