mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 07:07:27 -04:00
Print wallet filename in password dialog where approrpiate
This commit is contained in:
@@ -31,6 +31,7 @@ class Wallet : public QObject
|
||||
Q_PROPERTY(TransactionHistory * history READ history)
|
||||
Q_PROPERTY(QString paymentId READ paymentId WRITE setPaymentId)
|
||||
Q_PROPERTY(TransactionHistorySortFilterModel * historyModel READ historyModel NOTIFY historyModelChanged)
|
||||
Q_PROPERTY(QString path READ path)
|
||||
|
||||
public:
|
||||
|
||||
@@ -78,6 +79,9 @@ public:
|
||||
//! returns wallet's public address
|
||||
QString address() const;
|
||||
|
||||
//! returns wallet file's path
|
||||
QString path() const;
|
||||
|
||||
//! saves wallet to the file by given path
|
||||
//! empty path stores in current location
|
||||
Q_INVOKABLE bool store(const QString &path = "");
|
||||
|
||||
Reference in New Issue
Block a user