Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix stupid SIP error
  • Loading branch information
homann committed Sep 16, 2012
1 parent 3fb8093 commit 802ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsrectangle.sip
Expand Up @@ -84,7 +84,7 @@ class QgsRectangle
QString asWktPolygon() const;
//! returns a QRectF with same coordinates.
//@note added in 2.0
QRectF QgsRectangle::toRectF() const;
QRectF toRectF() const;
//! returns string representation of form xmin,ymin xmax,ymax
QString toString(bool automaticPrecision = false) const;
//! overloaded toString that allows precision of numbers to be set
Expand Down

0 comments on commit 802ab85

Please sign in to comment.