исправлен connect с несуществующим методом 121/head
authorfsb4000 <fsb4000@yandex.ru>
Sat, 24 Jan 2015 04:19:35 +0000 (10:19 +0600)
committerfsb4000 <fsb4000@yandex.ru>
Sat, 24 Jan 2015 04:19:35 +0000 (10:19 +0600)
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()));