Skip to content

Commit bb85761

Browse files
committedOct 27, 2014
Merge pull request #1662 from timlinux/papercuts
Mark old rubber band ctor as deprecated in python API
2 parents 362d69c + 0fa4ce3 commit bb85761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/gui/qgsrubberband.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class QgsRubberBand: QgsMapCanvasItem
4848
* @param mapCanvas The map canvas to draw onto. It's CRS will be used map points onto screen coordinates.
4949
* @param isPolygon true: draw as (multi-)polygon, false draw as (multi-)linestring
5050
*/
51-
QgsRubberBand( QgsMapCanvas* mapCanvas /TransferThis/, bool isPolygon );
51+
QgsRubberBand( QgsMapCanvas* mapCanvas /TransferThis/, bool isPolygon ) /Deprecated/;
5252
~QgsRubberBand();
5353

5454
/**

0 commit comments

Comments
 (0)
Please sign in to comment.