mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-12 00:06:43 -04:00
modernize (delete default) destructor
This commit is contained in:
parent
9b42bdef88
commit
3e8403bba8
@ -29,10 +29,6 @@ QgsMapToolSquareCenter::QgsMapToolSquareCenter( QgsMapToolCapture *parentTool,
|
||||
{
|
||||
}
|
||||
|
||||
QgsMapToolSquareCenter::~QgsMapToolSquareCenter()
|
||||
{
|
||||
}
|
||||
|
||||
void QgsMapToolSquareCenter::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
|
||||
{
|
||||
QgsPoint mapPoint( e->mapPoint() );
|
||||
|
@ -25,7 +25,6 @@ class QgsMapToolSquareCenter: public QgsMapToolAddRegularPolygon
|
||||
|
||||
public:
|
||||
QgsMapToolSquareCenter( QgsMapToolCapture *parentTool, QgsMapCanvas *canvas, CaptureMode mode = CaptureLine );
|
||||
~QgsMapToolSquareCenter();
|
||||
|
||||
void cadCanvasReleaseEvent( QgsMapMouseEvent *e ) override;
|
||||
void cadCanvasMoveEvent( QgsMapMouseEvent *e ) override;
|
||||
|
Loading…
x
Reference in New Issue
Block a user