18 #ifndef QGSNETWORKACCESSMANAGER_H 19 #define QGSNETWORKACCESSMANAGER_H 22 #include <QStringList> 23 #include <QNetworkAccessManager> 24 #include <QNetworkProxy> 25 #include <QNetworkRequest> 77 static QString cacheLoadControlName( QNetworkRequest::CacheLoadControl theControl );
80 static QNetworkRequest::CacheLoadControl cacheLoadControlFromName(
const QString &theName );
83 void setupDefaultProxyAndCache();
122 bool mUseSystemProxy;
127 #endif // QGSNETWORKACCESSMANAGER_H
virtual QNetworkReply * createRequest(Operation op, const QNetworkRequest &req, QIODevice *outgoingData)
bool useSystemProxy() const
return whether the system proxy should be used
network access manager for QGIS