Skip to content

Commit 1932390

Browse files
committed
Properly mark old qgsrubberband ctor as deprecated
1 parent 99cec14 commit 1932390

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)