mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -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 )
|
||||
{
|
||||
Q_UNUSED( layer )
|
||||
|
||||
const QgsPoint point = mParentTool->mapPoint( *e );
|
||||
|
||||
if ( mTempRubberBand )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user