| 206 | } |
| 207 | |
| 208 | void SendCoinsEntry::updateDisplayUnit() |
| 209 | { |
| 210 | if (model && model->getOptionsModel()) { |
| 211 | ui->payAmount->setDisplayUnit(model->getOptionsModel()->getDisplayUnit()); |
| 212 | } |
| 213 | } |
| 214 | |
| 215 | void SendCoinsEntry::changeEvent(QEvent* e) |
| 216 | { |
nothing calls this directly
no test coverage detected