mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-11 20:30:27 +02:00
qt, wallet: Drop no longer used WalletController::getOpenWallets()
This commit is contained in:
parent
f6991cb906
commit
2fe69efbc6
@ -57,12 +57,6 @@ WalletController::~WalletController()
|
|||||||
delete m_activity_worker;
|
delete m_activity_worker;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<WalletModel*> WalletController::getOpenWallets() const
|
|
||||||
{
|
|
||||||
QMutexLocker locker(&m_mutex);
|
|
||||||
return m_wallets;
|
|
||||||
}
|
|
||||||
|
|
||||||
std::map<std::string, bool> WalletController::listWalletDir() const
|
std::map<std::string, bool> WalletController::listWalletDir() const
|
||||||
{
|
{
|
||||||
QMutexLocker locker(&m_mutex);
|
QMutexLocker locker(&m_mutex);
|
||||||
|
@ -52,9 +52,6 @@ public:
|
|||||||
WalletController(ClientModel& client_model, const PlatformStyle* platform_style, QObject* parent);
|
WalletController(ClientModel& client_model, const PlatformStyle* platform_style, QObject* parent);
|
||||||
~WalletController();
|
~WalletController();
|
||||||
|
|
||||||
//! Returns wallet models currently open.
|
|
||||||
std::vector<WalletModel*> getOpenWallets() const;
|
|
||||||
|
|
||||||
WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
|
WalletModel* getOrCreateWallet(std::unique_ptr<interfaces::Wallet> wallet);
|
||||||
|
|
||||||
//! Returns all wallet names in the wallet dir mapped to whether the wallet
|
//! Returns all wallet names in the wallet dir mapped to whether the wallet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user