aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiontablemodel.h
diff options
context:
space:
mode:
authorEric Shaw <[email protected]>2016-03-01 14:16:32 -0500
committerericshawlinux <[email protected]>2016-03-07 19:50:57 -0500
commitb51ed4036e157a116414f53ac8da78c6b35bf041 (patch)
tree61aea443ec58c6cdb30a65522ef00fe541ffa01d /src/qt/transactiontablemodel.h
parentMerge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint (diff)
downloaddiscoin-b51ed4036e157a116414f53ac8da78c6b35bf041.tar.xz
discoin-b51ed4036e157a116414f53ac8da78c6b35bf041.zip
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h
index fe59a15f6..6932646e1 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 */