We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 72ec5c0 commit 07a9b64Copy full SHA for 07a9b64
src/providers/wms/qgswmsprovider.cpp
@@ -732,7 +732,7 @@ QByteArray QgsWmsProvider::retrieveUrl(QString url)
732
733
mError += "\n" + tr("Tried URL: ") + url;
734
735
- return 0;
+ return QByteArray("");
736
}
737
738
if (http.responseContentType() == "application/vnd.ogc.se_xml")
@@ -756,7 +756,7 @@ QByteArray QgsWmsProvider::retrieveUrl(QString url)
756
<< mError.toLocal8Bit().data() << "'." << std::endl;
757
#endif
758
759
760
761
762
return httpResponse;
0 commit comments