mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-06 19:07:26 -04:00
Print wallet filename in password dialog where approrpiate
This commit is contained in:
@@ -112,6 +112,11 @@ QString Wallet::address() const
|
||||
return QString::fromStdString(m_walletImpl->address());
|
||||
}
|
||||
|
||||
QString Wallet::path() const
|
||||
{
|
||||
return QString::fromStdString(m_walletImpl->path());
|
||||
}
|
||||
|
||||
bool Wallet::store(const QString &path)
|
||||
{
|
||||
return m_walletImpl->store(path.toStdString());
|
||||
|
||||
Reference in New Issue
Block a user