refactor: Rename getWallets to getOpenWallets in WalletController

This commit is contained in:
João Barbosa
2019-05-27 22:14:29 +01:00
parent 224eb9534a
commit fa90fe6440
3 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ WalletController::~WalletController()
m_activity_thread.wait();
}
std::vector<WalletModel*> WalletController::getWallets() const
std::vector<WalletModel*> WalletController::getOpenWallets() const
{
QMutexLocker locker(&m_mutex);
return m_wallets;