Comment checkSubtractFeeFromAmount()
This commit is contained in:
@@ -585,7 +585,7 @@ void SendCoinsDialog::useAvailableBalance(SendCoinsEntry* entry)
|
||||
}
|
||||
|
||||
if (amount > 0) {
|
||||
entry->checkSubtractFeeFromAmount();
|
||||
// entry->checkSubtractFeeFromAmount();
|
||||
entry->setAmount(amount);
|
||||
} else {
|
||||
entry->setAmount(0);
|
||||
|
||||
@@ -119,10 +119,12 @@ void SendCoinsEntry::clear()
|
||||
updateDisplayUnit();
|
||||
}
|
||||
|
||||
/*
|
||||
void SendCoinsEntry::checkSubtractFeeFromAmount()
|
||||
{
|
||||
ui->checkboxSubtractFeeFromAmount->setChecked(true);
|
||||
}
|
||||
*/
|
||||
|
||||
void SendCoinsEntry::deleteClicked()
|
||||
{
|
||||
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
public Q_SLOTS:
|
||||
void clear();
|
||||
void checkSubtractFeeFromAmount();
|
||||
// void checkSubtractFeeFromAmount();
|
||||
|
||||
Q_SIGNALS:
|
||||
void removeEntry(SendCoinsEntry *entry);
|
||||
|
||||
Reference in New Issue
Block a user