diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2017-10-12 07:22:48 +0000 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-03-26 18:40:26 +0700 |
commit | b6d04fc7cc5de3370d2d8255f2b3e43f6bf9c80d (patch) | |
tree | 1ee0d7aeed7c411ad495a14b52f14ccb162ecc58 /src/qt/walletframe.h | |
parent | 12d8d2681e34a191f5d82f15448f8c4c9a14f6d0 (diff) |
Qt: Get wallet name from WalletModel rather than passing it around
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r-- | src/qt/walletframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index ce37e456f1..6eedcf370c 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -36,7 +36,7 @@ public: void setClientModel(ClientModel *clientModel); - bool addWallet(const QString& name, WalletModel *walletModel); + bool addWallet(WalletModel *walletModel); bool setCurrentWallet(const QString& name); bool removeWallet(const QString &name); void removeAllWallets(); |