refs #602, remove QNetworkAccessManager from readers, use central one

This commit is contained in:
Klaus Basan
2016-02-26 18:17:01 +01:00
committed by Mathew Sutcliffe
parent fb046ae1fb
commit 12957f8ec0
7 changed files with 15 additions and 30 deletions

View File

@@ -57,7 +57,6 @@ namespace BlackCore
private:
BlackMisc::CData<BlackCore::Data::GlobalSetup> m_setup {this}; //!< setup cache
QNetworkAccessManager *m_networkManager = nullptr;
};
}