| 116 | } |
| 117 | |
| 118 | void 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 | |
| 126 | void WalletFrame::gotoOverviewPage() |
| 127 | { |