mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-10 00:05:25 -04:00
fix mac build
This commit is contained in:
parent
f652e8dcba
commit
c1bfd6459c
@ -85,7 +85,7 @@ QgsLayoutManagerDialog::QgsLayoutManagerDialog( QWidget *parent, Qt::WindowFlags
|
||||
#ifdef Q_OS_MAC
|
||||
// Create action to select this window
|
||||
mWindowAction = new QAction( windowTitle(), this );
|
||||
connect( mWindowAction, SIGNAL( triggered() ), this, &QgsLayoutManagerDialog::activate );
|
||||
connect( mWindowAction, &QAction::triggered, this, &QgsLayoutManagerDialog::activate );
|
||||
#endif
|
||||
|
||||
mTemplate->addItem( tr( "Empty layout" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user