MCPcopy Create free account
hub / github.com/ElementsProject/elements / on_btnCopyURI_clicked

Method on_btnCopyURI_clicked

src/qt/receiverequestdialog.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void ReceiveRequestDialog::on_btnCopyURI_clicked()
110{
111 GUIUtil::setClipboard(GUIUtil::formatBitcoinURI(info));
112}
113
114void ReceiveRequestDialog::on_btnCopyAddress_clicked()
115{

Callers

nothing calls this directly

Calls 2

setClipboardFunction · 0.85
formatBitcoinURIFunction · 0.85

Tested by

no test coverage detected