gui: Remove WalletView and BitcoinGUI circular dependency

This commit is contained in:
João Barbosa
2020-01-15 22:55:21 +00:00
parent ac3d10777d
commit cb8a86d9f9
4 changed files with 8 additions and 31 deletions

View File

@ -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.
*/