Skip to content

Commit

Permalink
Since 3.4->3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 13, 2018
1 parent 2c2100b commit a534286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/raster/qgsrasterrange.sip.in
Expand Up @@ -67,7 +67,7 @@ in the range.

.. seealso:: :py:func:`setBounds`

.. versionadded:: 3.4
.. versionadded:: 3.2
%End

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

.. seealso:: :py:func:`bounds`

.. versionadded:: 3.4
.. versionadded:: 3.2
%End

bool operator==( QgsRasterRange o ) const;
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsreclassifyutils.h
Expand Up @@ -34,7 +34,7 @@ class QgsRectangle;
/**
* Utility functions for reclassifying raster layers.
* \ingroup analysis
* \since QGIS 3.4
* \since QGIS 3.2
*/
class ANALYSIS_EXPORT QgsReclassifyUtils
{
Expand Down
4 changes: 2 additions & 2 deletions src/core/raster/qgsrasterrange.h
Expand Up @@ -75,7 +75,7 @@ class CORE_EXPORT QgsRasterRange
* whether or not the min and max values themselves are included
* in the range.
* \see setBounds()
* \since QGIS 3.4
* \since QGIS 3.2
*/
BoundsType bounds() const { return mType; }

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

Expand Down

0 comments on commit a534286

Please sign in to comment.