mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
gui: Add closeAllWallets to WalletController
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user