[Qt] reduce cs_main in getVerificationProgress()

This commit is contained in:
Jonas Schnelli
2015-11-27 13:20:46 +01:00
parent e6d50fcdec
commit 947d20b84a
7 changed files with 19 additions and 16 deletions

View File

@@ -124,7 +124,7 @@ void SendCoinsDialog::setClientModel(ClientModel *clientModel)
this->clientModel = clientModel;
if (clientModel) {
connect(clientModel, SIGNAL(numBlocksChanged(int,QDateTime)), this, SLOT(updateSmartFeeLabel()));
connect(clientModel, SIGNAL(numBlocksChanged(int,QDateTime,const CBlockIndex*)), this, SLOT(updateSmartFeeLabel()));
}
}