Skip to content

Commit a534286

Browse files
committed
Since 3.4->3.2
1 parent 2c2100b commit a534286

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in the range.
6767

6868
.. seealso:: :py:func:`setBounds`
6969

70-
.. versionadded:: 3.4
70+
.. versionadded:: 3.2
7171
%End
7272

7373
double setMin( double min );
@@ -92,7 +92,7 @@ in the range.
9292

9393
.. seealso:: :py:func:`bounds`
9494

95-
.. versionadded:: 3.4
95+
.. versionadded:: 3.2
9696
%End
9797

9898
bool operator==( QgsRasterRange o ) const;

src/analysis/processing/qgsreclassifyutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class QgsRectangle;
3434
/**
3535
* Utility functions for reclassifying raster layers.
3636
* \ingroup analysis
37-
* \since QGIS 3.4
37+
* \since QGIS 3.2
3838
*/
3939
class ANALYSIS_EXPORT QgsReclassifyUtils
4040
{

src/core/raster/qgsrasterrange.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CORE_EXPORT QgsRasterRange
7575
* whether or not the min and max values themselves are included
7676
* in the range.
7777
* \see setBounds()
78-
* \since QGIS 3.4
78+
* \since QGIS 3.2
7979
*/
8080
BoundsType bounds() const { return mType; }
8181

@@ -96,7 +96,7 @@ class CORE_EXPORT QgsRasterRange
9696
* whether or not the min and max values themselves are included
9797
* in the range.
9898
* \see bounds()
99-
* \since QGIS 3.4
99+
* \since QGIS 3.2
100100
*/
101101
void setBounds( BoundsType type ) { mType = type; }
102102

0 commit comments

Comments
 (0)