fix mac build

This commit is contained in:
Denis Rouzaud 2018-11-06 13:39:11 -04:00
parent f652e8dcba
commit c1bfd6459c

View File

@ -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" ) );