Skip to content

Commit

Permalink
Remove connection to nonexistent signal
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoManiac committed Feb 12, 2015
1 parent 8681b39 commit ab4461b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qt/coincontroldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ CoinControlDialog::CoinControlDialog(QWidget *parent) :
#endif
connect(ui->treeWidget->header(), SIGNAL(sectionClicked(int)), this, SLOT(headerSectionClicked(int)));

// ok button
connect(ui->buttonBox, SIGNAL(clicked()), this, SLOT(on_buttonBox_accepted()));

// (un)select all
connect(ui->pushButtonSelectAll, SIGNAL(clicked()), this, SLOT(buttonSelectAllClicked()));

Expand Down

0 comments on commit ab4461b

Please sign in to comment.