From b5a993bd8a7526bfe43a827261a34f8427e42f1e Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Sat, 26 Nov 2016 14:46:42 +0000 Subject: Print wallet filename in password dialog where approrpiate --- src/libwalletqt/Wallet.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libwalletqt/Wallet.cpp') diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 9170073d..9d814d82 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -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()); -- cgit v1.2.3