add missing ovverride in macos build

This commit is contained in:
Denis Rouzaud 2017-12-18 07:55:26 -04:00
parent 3fc746fbe7
commit 10b37f3f9b

View File

@ -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