diff --git a/src/app/puzzle/vpmainwindow.cpp b/src/app/puzzle/vpmainwindow.cpp index 317b473ce..553764c0f 100644 --- a/src/app/puzzle/vpmainwindow.cpp +++ b/src/app/puzzle/vpmainwindow.cpp @@ -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)