We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cec14 commit 1932390Copy full SHA for 1932390
python/gui/qgsrubberband.sip
@@ -48,7 +48,7 @@ class QgsRubberBand: QgsMapCanvasItem
48
* @param mapCanvas The map canvas to draw onto. It's CRS will be used map points onto screen coordinates.
49
* @param isPolygon true: draw as (multi-)polygon, false draw as (multi-)linestring
50
*/
51
- QgsRubberBand( QgsMapCanvas* mapCanvas /TransferThis/, bool isPolygon );
+ QgsRubberBand( QgsMapCanvas* mapCanvas /TransferThis/, bool isPolygon ) /Deprecated/;
52
~QgsRubberBand();
53
54
/**
0 commit comments