From 20e2e24e90d782219e853ef0676ac66dc6a9de6a Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 15 May 2021 22:57:35 +0300 Subject: qt: Move WalletView connections from WalletFrame to BitcoinGUI This changes remove some pointers to the BitcoinGUI instance that is required for the next commits. This commit does not change behavior. --- src/qt/walletframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/walletframe.h') diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index f57f8678d6..fcea4b3d22 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -36,7 +36,7 @@ public: void setClientModel(ClientModel *clientModel); - bool addWallet(WalletModel *walletModel); + bool addWallet(WalletModel* walletModel, WalletView* walletView); void setCurrentWallet(WalletModel* wallet_model); void removeWallet(WalletModel* wallet_model); void removeAllWallets(); -- cgit v1.2.3