| 143 | } |
| 144 | |
| 145 | void 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 | |
| 153 | void WalletFrame::gotoOverviewPage() |
| 154 | { |