gui: Add closeWallet to WalletController

This commit is contained in:
João Barbosa
2019-01-18 00:21:36 +00:00
parent f6122abe03
commit f77ba34313
2 changed files with 17 additions and 0 deletions

View File

@@ -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);