Skip to content

Commit

Permalink
Add overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Sep 16, 2015
1 parent 70b25bb commit 2f54208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/nodetool/qgsmaptoolnodetool.h
Expand Up @@ -42,10 +42,10 @@ class QgsMapToolNodeTool: public QgsMapToolEdit

void canvasReleaseEvent( QgsMapMouseEvent* e ) override;

void keyPressEvent( QKeyEvent* e );
void keyPressEvent( QKeyEvent* e ) override;

//! called when map tool is being deactivated
void deactivate();
void deactivate() override;

public slots:
void selectedFeatureDestroyed();
Expand Down

0 comments on commit 2f54208

Please sign in to comment.