diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-18 00:21:36 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-02-12 22:07:45 +0000 |
commit | f77ba34313768fde9b813243dcd408f9755b0418 (patch) | |
tree | f82671faace45374c31cdde667123dd2594b012b /src/qt/walletcontroller.h | |
parent | f6122abe03699423faca29035f16f3afc527f4d3 (diff) |
gui: Add closeWallet to WalletController
Diffstat (limited to 'src/qt/walletcontroller.h')
-rw-r--r-- | src/qt/walletcontroller.h | 1 |
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); |