We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 362d69c + 0fa4ce3 commit bb85761Copy full SHA for bb85761
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