#6037 Unitialized pointer in DataDownloader
This commit is contained in:
parent
0c2b89ed21
commit
b0c80b419a
|
@ -19,6 +19,7 @@
|
|||
|
||||
DataDownloader::DataDownloader(QObject* parent) :
|
||||
QObject(parent),
|
||||
m_pReply(nullptr),
|
||||
m_IsFinished(false)
|
||||
{
|
||||
connect(&m_NetworkManager, SIGNAL(finished(QNetworkReply*)),
|
||||
|
|
Loading…
Reference in New Issue