Skip to content

Commit

Permalink
Fix typo in QgsMapSettings::visibleExtent() doc
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Jul 21, 2021
1 parent 8309482 commit be53a98
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 @@ -497,7 +497,7 @@ Check whether the map settings are valid and can be used for rendering
%End
QgsRectangle visibleExtent() const;
%Docstring
Returns the actual extent derived from requested extent that takes takes output image size into account
Returns the actual extent derived from requested extent that takes output image size into account
%End

QPolygonF visiblePolygon() const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmapsettings.h
Expand Up @@ -459,7 +459,7 @@ class CORE_EXPORT QgsMapSettings : public QgsTemporalRangeObject

//! Check whether the map settings are valid and can be used for rendering
bool hasValidSettings() const;
//! Returns the actual extent derived from requested extent that takes takes output image size into account
//! Returns the actual extent derived from requested extent that takes output image size into account
QgsRectangle visibleExtent() const;

/**
Expand Down

0 comments on commit be53a98

Please sign in to comment.