diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-11 23:49:36 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-15 16:23:55 +0000 |
commit | fe7048b39bc655d65557ca95dda37c364947ddbf (patch) | |
tree | 036dd18d66a507fc37e6f1802a31bf6de7f1565a /src/qt/walletframe.h | |
parent | 8a792611249fdefb31a8c69efd9c5022092e25cf (diff) |
gui: Show current wallet name in window title
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r-- | src/qt/walletframe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index 10d063b2b7..6a74fde9fd 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -60,7 +60,8 @@ private: const PlatformStyle *platformStyle; public: - WalletView *currentWalletView(); + WalletView* currentWalletView() const; + WalletModel* currentWalletModel() const; public Q_SLOTS: /** Switch to overview (home) page */ |