File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
python/core/auto_generated/raster Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ in the range.
67
67
68
68
.. seealso:: :py:func:`setBounds`
69
69
70
- .. versionadded:: 3.4
70
+ .. versionadded:: 3.2
71
71
%End
72
72
73
73
double setMin( double min );
@@ -92,7 +92,7 @@ in the range.
92
92
93
93
.. seealso:: :py:func:`bounds`
94
94
95
- .. versionadded:: 3.4
95
+ .. versionadded:: 3.2
96
96
%End
97
97
98
98
bool operator==( QgsRasterRange o ) const;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class QgsRectangle;
34
34
/* *
35
35
* Utility functions for reclassifying raster layers.
36
36
* \ingroup analysis
37
- * \since QGIS 3.4
37
+ * \since QGIS 3.2
38
38
*/
39
39
class ANALYSIS_EXPORT QgsReclassifyUtils
40
40
{
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class CORE_EXPORT QgsRasterRange
75
75
* whether or not the min and max values themselves are included
76
76
* in the range.
77
77
* \see setBounds()
78
- * \since QGIS 3.4
78
+ * \since QGIS 3.2
79
79
*/
80
80
BoundsType bounds () const { return mType ; }
81
81
@@ -96,7 +96,7 @@ class CORE_EXPORT QgsRasterRange
96
96
* whether or not the min and max values themselves are included
97
97
* in the range.
98
98
* \see bounds()
99
- * \since QGIS 3.4
99
+ * \since QGIS 3.2
100
100
*/
101
101
void setBounds ( BoundsType type ) { mType = type; }
102
102
You can’t perform that action at this time.
0 commit comments