diff --git a/src/qt/researcher/researcherwizardmodepage.cpp b/src/qt/researcher/researcherwizardmodepage.cpp index f2208e2b16..4b482596cb 100644 --- a/src/qt/researcher/researcherwizardmodepage.cpp +++ b/src/qt/researcher/researcherwizardmodepage.cpp @@ -47,7 +47,7 @@ void ResearcherWizardModePage::initializePage() connect(ui->poolIconLabel, &ClickLabel::clicked, this, static_cast(&ResearcherWizardModePage::selectPool)); connect(ui->poolRadioButton, &QRadioButton::toggled, this, static_cast(&ResearcherWizardModePage::selectPool)); connect(ui->investorIconLabel, &ClickLabel::clicked, this, static_cast(&ResearcherWizardModePage::selectInvestor)); - connect(ui->investorRadioButton, &QRadioButton::toggled, this, static_cast(&ResearcherWizardModePage::selectInvestor)); + connect(ui->investorRadioButton, &QRadioButton::toggled, this, static_cast(&ResearcherWizardModePage::selectInvestor)); if (m_researcher_model->configuredForInvestorMode()) { selectInvestor();