aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-05-15 22:57:35 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-05-29 15:49:29 +0300
commit20e2e24e90d782219e853ef0676ac66dc6a9de6a (patch)
tree5b24e3705c844bd57f302c9837a17c5c8e89e331 /src/qt/walletframe.h
parent123b401e0acf3b26f149711bdf06d7f6eced1968 (diff)
downloadbitcoin-20e2e24e90d782219e853ef0676ac66dc6a9de6a.tar.xz
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.
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r--src/qt/walletframe.h2
1 files changed, 1 insertions, 1 deletions
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();