Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed Sep 14, 2021
1 parent 4d91387 commit 33ea556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsmapsettings.sip.in
Expand Up @@ -513,7 +513,7 @@ Returns the visible area as a polygon (may be rotated) with extent buffer includ

.. seealso:: :py:func:`extentBuffer`

.. versionadded:: 3.20
.. versionadded:: 3.22
%End

double mapUnitsPerPixel() const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmapsettings.h
Expand Up @@ -471,7 +471,7 @@ class CORE_EXPORT QgsMapSettings : public QgsTemporalRangeObject
/**
* Returns the visible area as a polygon (may be rotated) with extent buffer included
* \see extentBuffer()
* \since QGIS 3.20
* \since QGIS 3.22
*/
QPolygonF visiblePolygonWithBuffer() const;

Expand Down

0 comments on commit 33ea556

Please sign in to comment.