From c58e7d4e013f21e38fb1501d896d32e8407a9c3c Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 4 Dec 2011 14:14:10 +0100 Subject: Copy amount to clipboard (implements #657) - Also, unify similar code related to copying transaction fields to clipboard --- src/qt/transactionview.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/qt/transactionview.h') diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h index 67d0b46f30..bc6e1e4e05 100644 --- a/src/qt/transactionview.h +++ b/src/qt/transactionview.h @@ -60,6 +60,11 @@ private: private slots: void contextualMenu(const QPoint &); void dateRangeChanged(); + void showDetails(); + void copyAddress(); + void editLabel(); + void copyLabel(); + void copyAmount(); signals: void doubleClicked(const QModelIndex&); @@ -70,10 +75,6 @@ public slots: void changedPrefix(const QString &prefix); void changedAmount(const QString &amount); void exportClicked(); - void showDetails(); - void copyAddress(); - void editLabel(); - void copyLabel(); }; -- cgit v1.2.3