MCPcopy Create free account
hub / github.com/ElementsProject/elements / setClientModel

Method setClientModel

src/qt/walletframe.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void WalletFrame::setClientModel(ClientModel *_clientModel)
63{
64 this->clientModel = _clientModel;
65
66 for (auto i = mapWalletViews.constBegin(); i != mapWalletViews.constEnd(); ++i) {
67 i.value()->setClientModel(_clientModel);
68 }
69}
70
71bool WalletFrame::addView(WalletView* walletView)
72{

Callers 1

addViewMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected