Merge remote-tracking branch 'upstream/feature/manual-layout' into feature/manual-layout

This commit is contained in:
Ronan 2021-05-22 09:13:20 +02:00
commit b49087295e

View file

@ -1897,7 +1897,7 @@ void VPMainWindow::AboutToShowDockMenu()
QAction *actionPreferences = menu->addAction(tr("Preferences"));
actionPreferences->setMenuRole(QAction::NoRole);
connect(actionPreferences, &QAction::triggered, this, &VPMainWindow::Preferences);
connect(actionPreferences, &QAction::triggered, this, &VPMainWindow::on_actionPreferences_triggered);
}
}
#endif //defined(Q_OS_MAC)