mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Removed added in 1.9 comment for qgsrectangle::scale
This commit is contained in:
parent
373741e256
commit
c5763f975e
@ -76,7 +76,6 @@ class CORE_EXPORT QgsRectangle
|
||||
//! Center point of the rectangle
|
||||
QgsPoint center() const;
|
||||
//! Scale the rectangle around its center point
|
||||
// @note added in version 1.9
|
||||
void scale( double scaleFactor, const QgsPoint *c = 0 );
|
||||
//! Deprecated in 1.9, use scale instead
|
||||
Q_DECL_DEPRECATED void expand( double scaleFactor, const QgsPoint *c = 0 ) { return scale( scaleFactor * 2.0, c ); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user