Skip to content

Commit

Permalink
Merge pull request #1662 from timlinux/papercuts
Browse files Browse the repository at this point in the history
Mark old rubber band ctor as deprecated in python API
  • Loading branch information
timlinux committed Oct 27, 2014
2 parents 362d69c + 0fa4ce3 commit bb85761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/gui/qgsrubberband.sip
Expand Up @@ -48,7 +48,7 @@ class QgsRubberBand: QgsMapCanvasItem
* @param mapCanvas The map canvas to draw onto. It's CRS will be used map points onto screen coordinates.
* @param isPolygon true: draw as (multi-)polygon, false draw as (multi-)linestring
*/
QgsRubberBand( QgsMapCanvas* mapCanvas /TransferThis/, bool isPolygon );
QgsRubberBand( QgsMapCanvas* mapCanvas /TransferThis/, bool isPolygon ) /Deprecated/;
~QgsRubberBand();

/**
Expand Down

0 comments on commit bb85761

Please sign in to comment.