mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Properly mark old qgsrubberband ctor as deprecated
This commit is contained in:
parent
99cec14c5b
commit
1932390417
@ -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();
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user