Skip to content

Commit

Permalink
modernize (delete default) destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 3, 2017
1 parent 9b42bde commit 3e8403b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/app/qgsmaptoolsquarecenter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ QgsMapToolSquareCenter::QgsMapToolSquareCenter( QgsMapToolCapture *parentTool,
{
}

QgsMapToolSquareCenter::~QgsMapToolSquareCenter()
{
}

void QgsMapToolSquareCenter::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
{
QgsPoint mapPoint( e->mapPoint() );
Expand Down
1 change: 0 additions & 1 deletion src/app/qgsmaptoolsquarecenter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3e8403b

Please sign in to comment.