55 void setAttribute( QNetworkRequest::Attribute code,
const QVariant &value );
73#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,2,0)
74 static CPLHTTPResult *callback(
const char *pszURL,
75 CSLConstList papszOptions,
76 GDALProgressFunc pfnProgress,
78 CPLHTTPFetchWriteFunc pfnWrite,
87 QPointer< QThread > mThread;
89 std::map<QNetworkRequest::Attribute, QVariant> mAttributes;