Navigation Menu

Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 6, 2018
1 parent f652e8d commit c1bfd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutmanagerdialog.cpp
Expand Up @@ -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" ) );
Expand Down

0 comments on commit c1bfd64

Please sign in to comment.