mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 03:01:09 +02:00
gui: Remove WalletView and BitcoinGUI circular dependency
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user