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