Fix stupid SIP error

This commit is contained in:
Magnus Homann 2012-09-16 18:56:14 +02:00
parent 3fb80939b0
commit 802ab85673

View File

@ -84,7 +84,7 @@ class QgsRectangle
QString asWktPolygon() const; QString asWktPolygon() const;
//! returns a QRectF with same coordinates. //! returns a QRectF with same coordinates.
//@note added in 2.0 //@note added in 2.0
QRectF QgsRectangle::toRectF() const; QRectF toRectF() const;
//! returns string representation of form xmin,ymin xmax,ymax //! returns string representation of form xmin,ymin xmax,ymax
QString toString(bool automaticPrecision = false) const; QString toString(bool automaticPrecision = false) const;
//! overloaded toString that allows precision of numbers to be set //! overloaded toString that allows precision of numbers to be set