diff options
author | Eric Shaw <ericshawlinux@users.noreply.github.com> | 2016-03-01 14:16:32 -0500 |
---|---|---|
committer | ericshawlinux <ericshawlinux@users.noreply.github.com> | 2016-03-07 19:50:57 -0500 |
commit | b51ed4036e157a116414f53ac8da78c6b35bf041 (patch) | |
tree | 61aea443ec58c6cdb30a65522ef00fe541ffa01d /src/qt/transactiontablemodel.h | |
parent | e5121eb951c49b36b2b55069ab778a74bbf6bcb1 (diff) |
QT: Add 'copy full transaction details' option
Adds feature from issue #7484
modifies the ctrl-c binding to copy full transaction details in transaction view.
Added translation
Diffstat (limited to 'src/qt/transactiontablemodel.h')
-rw-r--r-- | src/qt/transactiontablemodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h index fe59a15f6a..6932646e1e 100644 --- a/src/qt/transactiontablemodel.h +++ b/src/qt/transactiontablemodel.h @@ -62,6 +62,8 @@ public: TxHashRole, /** Transaction data, hex-encoded */ TxHexRole, + /** Whole transaction as plain text */ + TxPlainTextRole, /** Is transaction confirmed? */ ConfirmedRole, /** Formatted amount, without brackets when unconfirmed */ |