| 256 | } |
| 257 | |
| 258 | void WalletView::usedReceivingAddresses() |
| 259 | { |
| 260 | GUIUtil::bringToFront(usedReceivingAddressesPage); |
| 261 | } |
| 262 | |
| 263 | void WalletView::showProgress(const QString &title, int nProgress) |
| 264 | { |
nothing calls this directly
no test coverage detected