Skip to content

Commit

Permalink
add missing ovverride in macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Dec 18, 2017
1 parent 3fc746f commit 10b37f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/composer/qgscomposermanager.h
Expand Up @@ -96,8 +96,8 @@ class QgsComposerManager: public QDialog, private Ui::QgsComposerManagerBase
QgsComposerManagerModel *mModel = nullptr;

#ifdef Q_OS_MAC
void showEvent( QShowEvent *event );
void changeEvent( QEvent * );
void showEvent( QShowEvent *event ) override;
void changeEvent( QEvent * ) override;

QAction *mWindowAction = nullptr;
#endif
Expand Down

0 comments on commit 10b37f3

Please sign in to comment.