Properly mark old qgsrubberband ctor as deprecated

This commit is contained in:
Tim Sutton 2014-10-26 21:24:21 +02:00
parent 99cec14c5b
commit 1932390417

View File

@ -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();
/**