Adding 'copy txid' to qt tx overview context menu

This commit is contained in:
Richard Schwab
2013-03-21 10:33:36 +01:00
parent 8ab14e6976
commit 598889973b
2 changed files with 9 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ private slots:
void editLabel();
void copyLabel();
void copyAmount();
void copyTxID();
signals:
void doubleClicked(const QModelIndex&);