context menu action: copy amount
| 209 | |
| 210 | // context menu action: copy amount |
| 211 | void CoinControlDialog::copyAmount() |
| 212 | { |
| 213 | GUIUtil::setClipboard(BitcoinUnits::removeSpaces(contextMenuItem->text(COLUMN_AMOUNT))); |
| 214 | } |
| 215 | |
| 216 | // context menu action: copy label |
| 217 | void CoinControlDialog::copyLabel() |
nothing calls this directly
no test coverage detected