aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletcontroller.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-01-18 01:05:25 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-06-01 00:54:00 +0100
commitf30960adc02877267cb6efeb378962ed96628741 (patch)
treebc8e05c32091efe5f44bd8710829557d54d53415 /src/qt/walletcontroller.h
parenta65b55fa45d41761c3e67ac5107d284d6edc2525 (diff)
downloadbitcoin-f30960adc02877267cb6efeb378962ed96628741.tar.xz
gui: Add closeAllWallets to WalletController
Diffstat (limited to 'src/qt/walletcontroller.h')
-rw-r--r--src/qt/walletcontroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletcontroller.h b/src/qt/walletcontroller.h
index 24dd83adf7..f7e366878d 100644
--- a/src/qt/walletcontroller.h
+++ b/src/qt/walletcontroller.h
@@ -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);