mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -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;
|
QgsComposerManagerModel *mModel = nullptr;
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
void showEvent( QShowEvent *event );
|
void showEvent( QShowEvent *event ) override;
|
||||||
void changeEvent( QEvent * );
|
void changeEvent( QEvent * ) override;
|
||||||
|
|
||||||
QAction *mWindowAction = nullptr;
|
QAction *mWindowAction = nullptr;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user