fix unused warning

This commit is contained in:
Denis Rouzaud 2022-01-13 22:24:53 +01:00
parent 6e9a7d5192
commit d8d824aa2b

View File

@ -76,6 +76,8 @@ bool QgsMapToolShapeEllipseCenterPoint::cadCanvasReleaseEvent( QgsMapMouseEvent
void QgsMapToolShapeEllipseCenterPoint::cadCanvasMoveEvent( QgsMapMouseEvent *e, const QgsVectorLayer *layer )
{
Q_UNUSED( layer )
const QgsPoint point = mParentTool->mapPoint( *e );
if ( mTempRubberBand )