Skip to content

Commit

Permalink
Add lost researcher config tool button connect on overviewpage.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: div72 <[email protected]>
  • Loading branch information
jamescowens and div72 committed Aug 19, 2021
1 parent affa4dc commit b32d2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/overviewpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ void OverviewPage::setResearcherModel(ResearcherModel *researcherModel)
connect(researcherModel, &ResearcherModel::magnitudeChanged, this, &OverviewPage::updateMagnitude);
connect(researcherModel, &ResearcherModel::accrualChanged, this, &OverviewPage::updatePendingAccrual);
connect(researcherModel, &ResearcherModel::beaconChanged, this, &OverviewPage::updateResearcherAlert);
connect(ui->researcherConfigToolButton, &QAbstractButton::clicked, this, &OverviewPage::onBeaconButtonClicked);
}

void OverviewPage::setWalletModel(WalletModel *model)
Expand Down

0 comments on commit b32d2ca

Please sign in to comment.