gui: Add closeAllWallets to WalletController

This commit is contained in:
João Barbosa
2019-01-18 01:05:25 +00:00
parent a65b55fa45
commit f30960adc0
2 changed files with 18 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ public:
std::map<std::string, bool> listWalletDir() const;
void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
void closeAllWallets(QWidget* parent = nullptr);
Q_SIGNALS:
void walletAdded(WalletModel* wallet_model);