mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-24 14:56:00 +02:00
Qt: pass clientmodel changes from walletframe to walletviews
This commit is contained in:
@@ -37,6 +37,10 @@ WalletFrame::~WalletFrame()
|
||||
void WalletFrame::setClientModel(ClientModel *_clientModel)
|
||||
{
|
||||
this->clientModel = _clientModel;
|
||||
|
||||
for (auto i = mapWalletViews.constBegin(); i != mapWalletViews.constEnd(); ++i) {
|
||||
i.value()->setClientModel(_clientModel);
|
||||
}
|
||||
}
|
||||
|
||||
bool WalletFrame::addWallet(WalletModel *walletModel)
|
||||
|
Reference in New Issue
Block a user