| 107 | } |
| 108 | |
| 109 | void ReceiveRequestDialog::on_btnCopyURI_clicked() |
| 110 | { |
| 111 | GUIUtil::setClipboard(GUIUtil::formatBitcoinURI(info)); |
| 112 | } |
| 113 | |
| 114 | void ReceiveRequestDialog::on_btnCopyAddress_clicked() |
| 115 | { |
nothing calls this directly
no test coverage detected