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

Method on_pasteButton_clicked

src/qt/sendcoinsentry.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void SendCoinsEntry::on_pasteButton_clicked()
65{
66 // Paste text from clipboard into recipient field
67 ui->payTo->setText(QApplication::clipboard()->text());
68}
69
70void SendCoinsEntry::on_addressBookButton_clicked()
71{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected