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 17, 2021
1 parent e45248e commit 42d7f63
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 @@ -493,7 +493,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 @@ -453,7 +453,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 42d7f63

Please sign in to comment.