From 802ab856733117d428aa857ee7bb71f8ea1d8c85 Mon Sep 17 00:00:00 2001 From: Magnus Homann Date: Sun, 16 Sep 2012 18:56:14 +0200 Subject: [PATCH] Fix stupid SIP error --- python/core/qgsrectangle.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/core/qgsrectangle.sip b/python/core/qgsrectangle.sip index 13bcbb79416..cd9c00c0a7c 100644 --- a/python/core/qgsrectangle.sip +++ b/python/core/qgsrectangle.sip @@ -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