mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
gui: Add openWallet and getWalletsAvailableToOpen to WalletController
This commit is contained in:
@@ -37,6 +37,9 @@ public:
|
||||
~WalletController();
|
||||
|
||||
std::vector<WalletModel*> getWallets() const;
|
||||
std::vector<std::string> getWalletsAvailableToOpen() const;
|
||||
|
||||
WalletModel* openWallet(const std::string& name, QWidget* parent = nullptr);
|
||||
|
||||
private Q_SLOTS:
|
||||
void addWallet(WalletModel* wallet_model);
|
||||
|
||||
Reference in New Issue
Block a user