mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 06:35:04 +08:00
#6037 Unitialized pointer in DataDownloader
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
DataDownloader::DataDownloader(QObject* parent) :
|
||||
QObject(parent),
|
||||
m_pReply(nullptr),
|
||||
m_IsFinished(false)
|
||||
{
|
||||
connect(&m_NetworkManager, SIGNAL(finished(QNetworkReply*)),
|
||||
|
||||
Reference in New Issue
Block a user