Skip to content

Commit c7cda51

Browse files
committedNov 6, 2018
fix build on OSX: followup bf21ce4
1 parent fbde0c8 commit c7cda51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/layout/qgslayoutmanagerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ QgsLayoutManagerDialog::QgsLayoutManagerDialog( QWidget *parent, Qt::WindowFlags
8585
#ifdef Q_OS_MAC
8686
// Create action to select this window
8787
mWindowAction = new QAction( windowTitle(), this );
88-
connect( mWindowAction, SIGNAL( triggered() ), this, &QgsLayoutManagerDialog::activate );
88+
connect( mWindowAction, &QAction::triggered, this, &QgsLayoutManagerDialog::activate );
8989
#endif
9090

9191
mTemplate->addItem( tr( "Empty layout" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.