File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1835,6 +1835,8 @@ QgsRequestHandler {#qgis_api_break_3_0_QgsRequestHandler}
1835
1835
1836
1836
- setHeader() was renamed to setResponseHeader()
1837
1837
- removeHeader() was renamed to removeResponseHeader()
1838
+ - Removed infoFormat and setInfoFormat methods: the format of the response is given and set with the "Content-Type" header.
1839
+ - Removed setCoverageResponse
1838
1840
1839
1841
1840
1842
QgsRubberBand {#qgis_api_break_3_0_QgsRubberBand}
@@ -2233,13 +2235,6 @@ optional property map passing down layer level properties to the SLD encoders. I
2233
2235
- usedAttributes is now a const method and returns QSet<QString> instead of QStringList
2234
2236
2235
2237
2236
- QgsRequestHandler {#qgis_api_break_3_0_QgsRequestHandler}
2237
- -----------------
2238
-
2239
- - Removed infoFormat and setInfoFormat methods: the format of the response is given and set with the "Content-Type" header.
2240
- - Removed setCoverageResponse
2241
-
2242
-
2243
2238
Processing {#qgis_api_break_3_0_Processing}
2244
2239
----------
2245
2240
You can’t perform that action at this time.
0 commit comments