Skip to content

Commit

Permalink
Add missing overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 14, 2015
1 parent c5bc778 commit aaabad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolrotatefeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class APP_EXPORT QgsAngleMagnetWidget : public QWidget
public slots:

protected:
bool eventFilter( QObject *obj, QEvent *ev );
bool eventFilter( QObject *obj, QEvent *ev ) override;

private slots:
void angleSpinBoxValueChanged( double angle );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsuserinputdockwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class GUI_EXPORT QgsUserInputDockWidget : public QDockWidget
void addUserInputWidget( QWidget* widget );

protected:
void paintEvent( QPaintEvent *event );
void paintEvent( QPaintEvent *event ) override;

private slots:
void widgetDestroyed( QObject* obj );
Expand Down

0 comments on commit aaabad2

Please sign in to comment.