We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e16c8e commit b5a59fdCopy full SHA for b5a59fd
python/core/qgsrectangle.sip
@@ -56,8 +56,8 @@ class QgsRectangle
56
//! Scale the rectangle around its center point
57
void scale(double, const QgsPoint *c =0);
58
//! Expand the rectangle to support zoom out scaling
59
- // @depreceated use scale instead
60
- void expand(double, const QgsPoint *c = 0) /Depreceated/;
+ // @deprecated use scale instead
+ void expand(double, const QgsPoint *c = 0) /Deprecated/;
61
//! return the intersection with the given rectangle
62
QgsRectangle intersect(const QgsRectangle *rect);
63
//! returns true when rectangle intersects with other rectangle
0 commit comments