aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletview.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-25 06:01:18 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-25 06:01:18 -0700
commitf04191eb55e43611d578a6b753d2f2fc5ed2b697 (patch)
tree0bf2210157e315212d4769c4906d7fd14fe86704 /src/qt/walletview.cpp
parent7cd86238838b7c6cf8f3cdeb8d283b25d8fe9887 (diff)
parent1511057b4f9a1fb55aebcddc274d7f396e52c7a3 (diff)
downloadbitcoin-f04191eb55e43611d578a6b753d2f2fc5ed2b697.tar.xz
Merge pull request #3149 from Diapolo/misc
[Qt] additional small fix for #3099 (new receive flow)
Diffstat (limited to 'src/qt/walletview.cpp')
-rw-r--r--src/qt/walletview.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletview.cpp b/src/qt/walletview.cpp
index 1b80ae34ed..7b1729b511 100644
--- a/src/qt/walletview.cpp
+++ b/src/qt/walletview.cpp
@@ -68,8 +68,6 @@ WalletView::WalletView(QWidget *parent):
// Double-clicking on a transaction on the transaction history page shows details
connect(transactionView, SIGNAL(doubleClicked(QModelIndex)), transactionView, SLOT(showDetails()));
- // Clicking on "Sign Message" in the receive coins page opens the sign message tab in the Sign/Verify Message dialog
- connect(receiveCoinsPage, SIGNAL(signMessage(QString)), this, SLOT(gotoSignMessageTab(QString)));
// Clicking on "Export" allows to export the transaction list
connect(exportButton, SIGNAL(clicked()), transactionView, SLOT(exportClicked()));
}