mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add missing ovverride in macos build
This commit is contained in:
parent
3fc746fbe7
commit
10b37f3f9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user