mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Copy amount to clipboard (implements #657)
- Also, unify similar code related to copying transaction fields to clipboard
This commit is contained in:
@@ -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();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user