mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix stupid SIP error
This commit is contained in:
parent
3fb80939b0
commit
802ab85673
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user