| 460 | } |
| 461 | |
| 462 | void TransactionView::copyTxPlainText() |
| 463 | { |
| 464 | GUIUtil::copyEntryData(transactionView, 0, TransactionTableModel::TxPlainTextRole); |
| 465 | } |
| 466 | |
| 467 | void TransactionView::editLabel() |
| 468 | { |
nothing calls this directly
no test coverage detected