52 void setAttribute( QNetworkRequest::Attribute code,
const QVariant &value );
70#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,2,0)
71 static CPLHTTPResult *callback(
const char *pszURL,
72 CSLConstList papszOptions,
73 GDALProgressFunc pfnProgress,
75 CPLHTTPFetchWriteFunc pfnWrite,
84 QPointer< QThread > mThread;
86 std::map<QNetworkRequest::Attribute, QVariant> mAttributes;