aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-01-11 23:49:36 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-01-15 16:23:55 +0000
commitfe7048b39bc655d65557ca95dda37c364947ddbf (patch)
tree036dd18d66a507fc37e6f1802a31bf6de7f1565a /src/qt/walletframe.h
parent8a792611249fdefb31a8c69efd9c5022092e25cf (diff)
downloadbitcoin-fe7048b39bc655d65557ca95dda37c364947ddbf.tar.xz
gui: Show current wallet name in window title
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r--src/qt/walletframe.h3
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 */