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

Method showOutOfSyncWarning

src/qt/walletframe.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void WalletFrame::showOutOfSyncWarning(bool fShow)
146{
147 bOutOfSync = fShow;
148 QMap<WalletModel*, WalletView*>::const_iterator i;
149 for (i = mapWalletViews.constBegin(); i != mapWalletViews.constEnd(); ++i)
150 i.value()->showOutOfSyncWarning(fShow);
151}
152
153void WalletFrame::gotoOverviewPage()
154{

Callers 1

addViewMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected