Skip to content

Commit 6d5d7c5

Browse files
committed
document API change from 3.4.5
1 parent fe8be68 commit 6d5d7c5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

python/core/auto_generated/raster/qgscontrastenhancement.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer
134134
Btw only sld:Normalize + vendor options are supported because there is no clear mapping
135135
of ContrastEnhancement parameters to support sld:Histogram or sld:GammaValue
136136

137-
.. versionadded:: 3.6
137+
.. versionadded:: 3.4.5
138138
%End
139139

140140
private:

python/core/auto_generated/raster/qgsrasterlayer.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Writes the symbology of the layer into the document provided in SLD 1.0.0 format
355355

356356
:return: true in case of success
357357

358-
.. versionadded:: 3.6
358+
.. versionadded:: 3.4.5
359359
%End
360360

361361

python/core/auto_generated/raster/qgsrasterrenderer.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Sets origin of min/max values
117117
%Docstring
118118
Used from subclasses to create SLD Rule elements following SLD v1.0 specs
119119

120-
.. versionadded:: 3.6
120+
.. versionadded:: 3.4.5
121121
%End
122122

123123
protected:

src/core/raster/qgscontrastenhancement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class CORE_EXPORT QgsContrastEnhancement
165165
* https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
166166
* Btw only sld:Normalize + vendor options are supported because there is no clear mapping
167167
* of ContrastEnhancement parameters to support sld:Histogram or sld:GammaValue
168-
* \since QGIS 3.6 */
168+
* \since QGIS 3.4.5 */
169169
void toSld( QDomDocument &doc, QDomElement &element ) const;
170170

171171
private:

src/core/raster/qgsrasterlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class CORE_EXPORT QgsRasterLayer : public QgsMapLayer
407407
* \param errorMessage reference to string that will be updated with any error messages
408408
* \param props a open ended set of properties that can drive/inform the SLD encoding
409409
* \returns true in case of success
410-
* \since QGIS 3.6
410+
* \since QGIS 3.4.5
411411
*/
412412
bool writeSld( QDomNode &node, QDomDocument &doc, QString &errorMessage, const QgsStringMap &props = QgsStringMap() ) const;
413413

src/core/raster/qgsrasterrenderer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class CORE_EXPORT QgsRasterRenderer : public QgsRasterInterface
115115

116116
/**
117117
* Used from subclasses to create SLD Rule elements following SLD v1.0 specs
118-
* \since QGIS 3.6 */
118+
* \since QGIS 3.4.5 */
119119
virtual void toSld( QDomDocument &doc, QDomElement &element, const QgsStringMap &props = QgsStringMap() ) const;
120120

121121
protected:

0 commit comments

Comments
 (0)