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

Method copyAmount

src/qt/coincontroldialog.cpp:211–214  ·  view source on GitHub ↗

context menu action: copy amount

Source from the content-addressed store, hash-verified

209
210// context menu action: copy amount
211void CoinControlDialog::copyAmount()
212{
213 GUIUtil::setClipboard(BitcoinUnits::removeSpaces(contextMenuItem->text(COLUMN_AMOUNT)));
214}
215
216// context menu action: copy label
217void CoinControlDialog::copyLabel()

Callers

nothing calls this directly

Calls 1

setClipboardFunction · 0.85

Tested by

no test coverage detected