This commit is contained in:
Magnus Homann 2012-08-17 12:06:17 +02:00
parent 8e16c8e37a
commit b5a59fd251

View File

@ -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