| 151 | } |
| 152 | |
| 153 | void WalletFrame::gotoOverviewPage() |
| 154 | { |
| 155 | QMap<WalletModel*, WalletView*>::const_iterator i; |
| 156 | for (i = mapWalletViews.constBegin(); i != mapWalletViews.constEnd(); ++i) |
| 157 | i.value()->gotoOverviewPage(); |
| 158 | } |
| 159 | |
| 160 | void WalletFrame::gotoHistoryPage() |
| 161 | { |