Merge pull request #121 from fsb4000/master
authorCryptoManiac <CryptoManiac@users.noreply.github.com>
Sat, 24 Jan 2015 15:45:02 +0000 (18:45 +0300)
committerCryptoManiac <CryptoManiac@users.noreply.github.com>
Sat, 24 Jan 2015 15:45:02 +0000 (18:45 +0300)
Remove non-existent slot

src/qt/coincontroldialog.cpp

index e79392d..cedeadb 100644 (file)
@@ -105,7 +105,7 @@ CoinControlDialog::CoinControlDialog(QWidget *parent) :
     connect(ui->treeWidget->header(), SIGNAL(sectionClicked(int)), this, SLOT(headerSectionClicked(int)));
 
     // ok button
-    connect(ui->buttonBox, SIGNAL(clicked( QAbstractButton*)), this, SLOT(buttonBoxClicked(QAbstractButton*)));
+    connect(ui->buttonBox, SIGNAL(clicked()), this, SLOT(on_buttonBox_accepted()));
 
     // (un)select all
     connect(ui->pushButtonSelectAll, SIGNAL(clicked()), this, SLOT(buttonSelectAllClicked()));