| 445 | } |
| 446 | |
| 447 | void TransactionView::copyAmount() |
| 448 | { |
| 449 | GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::FormattedAmountRole); |
| 450 | } |
| 451 | |
| 452 | void TransactionView::copyTxID() |
| 453 | { |
nothing calls this directly
no test coverage detected