Send Coins page not cleared when changing tabs. Clear all button for clearing the entries

This commit is contained in:
Janne Pulkkinen
2011-09-27 17:46:19 +03:00
parent 010c4fc0b5
commit 609acbf43d
3 changed files with 26 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent) :
addEntry();
connect(ui->addButton, SIGNAL(clicked()), this, SLOT(addEntry()));
connect(ui->clearButton, SIGNAL(clicked()), this, SLOT(clear()));
}
void SendCoinsDialog::setModel(WalletModel *model)