MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / showOutOfSyncWarning

Method showOutOfSyncWarning

src/qt/walletframe.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void WalletFrame::showOutOfSyncWarning(bool fShow)
119{
120 bOutOfSync = fShow;
121 QMap<QString, WalletView*>::const_iterator i;
122 for (i = mapWalletViews.constBegin(); i != mapWalletViews.constEnd(); ++i)
123 i.value()->showOutOfSyncWarning(fShow);
124}
125
126void WalletFrame::gotoOverviewPage()
127{

Callers 1

addWalletMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected