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

@@ -20,7 +20,6 @@
#include <QObject>
#include <QTimer>
#include <QNetworkReply>
#include <QReadWriteLock>
namespace BlackCore
@@ -69,7 +68,6 @@ namespace BlackCore
void ps_readMetars();
private:
QNetworkAccessManager *m_networkManager = nullptr;
BlackMisc::Weather::CMetarDecoder m_metarDecoder;
BlackMisc::Weather::CMetarSet m_metars;
BlackMisc::CData<BlackCore::Data::GlobalSetup> m_setup {this}; //!< setup cache