mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Typo.
This commit is contained in:
parent
8e16c8e37a
commit
b5a59fd251
@ -56,8 +56,8 @@ class QgsRectangle
|
||||
//! Scale the rectangle around its center point
|
||||
void scale(double, const QgsPoint *c =0);
|
||||
//! Expand the rectangle to support zoom out scaling
|
||||
// @depreceated use scale instead
|
||||
void expand(double, const QgsPoint *c = 0) /Depreceated/;
|
||||
// @deprecated use scale instead
|
||||
void expand(double, const QgsPoint *c = 0) /Deprecated/;
|
||||
//! return the intersection with the given rectangle
|
||||
QgsRectangle intersect(const QgsRectangle *rect);
|
||||
//! returns true when rectangle intersects with other rectangle
|
||||
|
Loading…
x
Reference in New Issue
Block a user