From b6d04fc7cc5de3370d2d8255f2b3e43f6bf9c80d Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 12 Oct 2017 07:22:48 +0000 Subject: Qt: Get wallet name from WalletModel rather than passing it around --- src/qt/rpcconsole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/rpcconsole.h') diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 6299d80793..5a22be3987 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -43,7 +43,7 @@ public: } void setClientModel(ClientModel *model); - void addWallet(const QString name, WalletModel * const walletModel); + void addWallet(WalletModel * const walletModel); enum MessageClass { MC_ERROR, -- cgit v1.2.3