Skip to content

Commit

Permalink
[Qt] additional small fix for #3099 (new receive flow)
Browse files Browse the repository at this point in the history
- remove an obsolete connection to a signMessage() signal
  • Loading branch information
Philip Kaufmann committed Oct 25, 2013
1 parent 7cd8623 commit 1511057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qt/walletview.cpp
Expand Up @@ -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()));
}
Expand Down

0 comments on commit 1511057

Please sign in to comment.