| 162 | } |
| 163 | |
| 164 | void WalletView::gotoSendCoinsPage(QString addr) |
| 165 | { |
| 166 | setCurrentWidget(sendCoinsPage); |
| 167 | |
| 168 | if (!addr.isEmpty()) |
| 169 | sendCoinsPage->setAddress(addr); |
| 170 | } |
| 171 | |
| 172 | void WalletView::gotoSignMessageTab(QString addr) |
| 173 | { |
nothing calls this directly
no test coverage detected