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

@@ -24,7 +24,6 @@
#include <QObject>
#include <QTimer>
#include <QNetworkReply>
#include <QReadWriteLock>
namespace BlackCore
@@ -124,7 +123,6 @@ namespace BlackCore
void ps_read();
private:
QNetworkAccessManager *m_networkManager = nullptr;
BlackMisc::Network::CServerList m_voiceServers;
BlackMisc::Network::CServerList m_fsdServers;
BlackMisc::Aviation::CAtcStationList m_atcStations;
@@ -147,7 +145,6 @@ namespace BlackCore
//! Get current section
static Section currentLineToSection(const QString &currentLine);
};
} // ns