| 547 | } |
| 548 | |
| 549 | void BitcoinGUI::removeAllWallets() |
| 550 | { |
| 551 | if(!walletFrame) |
| 552 | return; |
| 553 | setWalletActionsEnabled(false); |
| 554 | walletFrame->removeAllWallets(); |
| 555 | } |
| 556 | #endif // ENABLE_WALLET |
| 557 | |
| 558 | void BitcoinGUI::setWalletActionsEnabled(bool enabled) |