aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletcontroller.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-01-18 00:21:36 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-02-12 22:07:45 +0000
commitf77ba34313768fde9b813243dcd408f9755b0418 (patch)
treef82671faace45374c31cdde667123dd2594b012b /src/qt/walletcontroller.h
parentf6122abe03699423faca29035f16f3afc527f4d3 (diff)
downloadbitcoin-f77ba34313768fde9b813243dcd408f9755b0418.tar.xz
gui: Add closeWallet 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 f19c0e1f3d..19b3a82253 100644
--- a/src/qt/walletcontroller.h
+++ b/src/qt/walletcontroller.h
@@ -44,6 +44,7 @@ public:
std::vector<std::string> getWalletsAvailableToOpen() const;
OpenWalletActivity* openWallet(const std::string& name, QWidget* parent = nullptr);
+ void closeWallet(WalletModel* wallet_model, QWidget* parent = nullptr);
private Q_SLOTS:
void addWallet(WalletModel* wallet_model);