mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-09 00:04:30 -05:00
fix unused warning
This commit is contained in:
parent
6e9a7d5192
commit
d8d824aa2b
@ -76,6 +76,8 @@ bool QgsMapToolShapeEllipseCenterPoint::cadCanvasReleaseEvent( QgsMapMouseEvent
|
|||||||
|
|
||||||
void QgsMapToolShapeEllipseCenterPoint::cadCanvasMoveEvent( QgsMapMouseEvent *e, const QgsVectorLayer *layer )
|
void QgsMapToolShapeEllipseCenterPoint::cadCanvasMoveEvent( QgsMapMouseEvent *e, const QgsVectorLayer *layer )
|
||||||
{
|
{
|
||||||
|
Q_UNUSED( layer )
|
||||||
|
|
||||||
const QgsPoint point = mParentTool->mapPoint( *e );
|
const QgsPoint point = mParentTool->mapPoint( *e );
|
||||||
|
|
||||||
if ( mTempRubberBand )
|
if ( mTempRubberBand )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user