| 101 | } |
| 102 | |
| 103 | void ReceiveRequestDialog::updateDisplayUnit() |
| 104 | { |
| 105 | if (!model) return; |
| 106 | ui->amount_content->setText(BitcoinUnits::formatWithUnit(model->getOptionsModel()->getDisplayUnit(), info.amount)); |
| 107 | } |
| 108 | |
| 109 | void ReceiveRequestDialog::on_btnCopyURI_clicked() |
| 110 | { |
nothing calls this directly
no test coverage detected