fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum]

This commit is contained in:
Wladimir J. van der Laan
2012-04-15 12:42:52 +02:00
parent 87207a2e08
commit 76d8170ce8
3 changed files with 6 additions and 2 deletions

View File

@@ -154,6 +154,8 @@ void SendCoinsDialog::on_sendButton_clicked()
tr("Error: The transaction was rejected. This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here."),
QMessageBox::Ok, QMessageBox::Ok);
break;
case WalletModel::Aborted: // User aborted, nothing to do
break;
case WalletModel::OK:
accept();
break;