diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-01-15 22:55:21 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-01-30 11:38:06 +0000 |
commit | cb8a86d9f952401eaad68b2e3818ce50f7befd91 (patch) | |
tree | 1553a557407336788cb879fd33492ad89c3f745d /src/qt/walletview.h | |
parent | ac3d10777d65b68862c6deb57594c8fc4d21ca77 (diff) |
gui: Remove WalletView and BitcoinGUI circular dependency
Diffstat (limited to 'src/qt/walletview.h')
-rw-r--r-- | src/qt/walletview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h index 7d8b09c0be..86e46348be 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -9,7 +9,6 @@ #include <QStackedWidget> -class BitcoinGUI; class ClientModel; class OverviewPage; class PlatformStyle; @@ -39,7 +38,6 @@ public: explicit WalletView(const PlatformStyle *platformStyle, QWidget *parent); ~WalletView(); - void setBitcoinGUI(BitcoinGUI *gui); /** Set the client model. The client model represents the part of the core that communicates with the P2P network, and is wallet-agnostic. */ |