diff options
author | Jarol Rodriguez <jarolrod@tutanota.com> | 2021-02-18 20:21:59 -0500 |
---|---|---|
committer | Jarol Rodriguez <jarolrod@tutanota.com> | 2021-02-22 23:39:39 -0500 |
commit | e348d7ea2c0b5d2eb8039dab33b0b9a48655885f (patch) | |
tree | 332df545d7ac5d66143490ba777e34ea29bb26e9 /src/qt/receivecoinsdialog.h | |
parent | 5bb64acd9d3ced6e6f95df282a1a0f8b98522cb0 (diff) |
qt: Add Copy Address Action to Payment Requests
Currently, the only way to copy the address of a payment request is to double-click on the payment request and then click on the copy address button. This commit adds a convenient context menu action to copy the address of a payment request.
Diffstat (limited to 'src/qt/receivecoinsdialog.h')
-rw-r--r-- | src/qt/receivecoinsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/receivecoinsdialog.h b/src/qt/receivecoinsdialog.h index 9b89bd6a8b..097201c183 100644 --- a/src/qt/receivecoinsdialog.h +++ b/src/qt/receivecoinsdialog.h @@ -69,6 +69,7 @@ private Q_SLOTS: void updateDisplayUnit(); void showMenu(const QPoint &point); void copyURI(); + void copyAddress(); void copyLabel(); void copyMessage(); void copyAmount(); |