diff options
| author | Eric Shaw <[email protected]> | 2016-03-01 14:16:32 -0500 |
|---|---|---|
| committer | ericshawlinux <[email protected]> | 2016-03-07 19:50:57 -0500 |
| commit | b51ed4036e157a116414f53ac8da78c6b35bf041 (patch) | |
| tree | 61aea443ec58c6cdb30a65522ef00fe541ffa01d /src/qt/transactionview.h | |
| parent | Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint (diff) | |
| download | discoin-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/transactionview.h')
| -rw-r--r-- | src/qt/transactionview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h index cf2b8fbcd..2cfbd471b 100644 --- a/src/qt/transactionview.h +++ b/src/qt/transactionview.h @@ -94,6 +94,7 @@ private Q_SLOTS: void copyAmount(); void copyTxID(); void copyTxHex(); + void copyTxPlainText(); void openThirdPartyTxUrl(QString url); void updateWatchOnlyColumn(bool fHaveWatchOnly); |