mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
qt: Add privacy feature to Overview page
This commit is contained in:
@@ -85,6 +85,8 @@ WalletView::WalletView(const PlatformStyle *_platformStyle, QWidget *parent):
|
||||
connect(sendCoinsPage, &SendCoinsDialog::message, this, &WalletView::message);
|
||||
// Pass through messages from transactionView
|
||||
connect(transactionView, &TransactionView::message, this, &WalletView::message);
|
||||
|
||||
connect(this, &WalletView::setPrivacy, overviewPage, &OverviewPage::setPrivacy);
|
||||
}
|
||||
|
||||
WalletView::~WalletView()
|
||||
|
||||
Reference in New Issue
Block a user