|
|
|
@ -151,7 +151,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) :
@@ -151,7 +151,7 @@ BitcoinGUI::BitcoinGUI(const NetworkStyle *networkStyle, QWidget *parent) :
|
|
|
|
|
|
|
|
|
|
// Create actions for the toolbar, menu bar and tray/dock icon
|
|
|
|
|
// Needs walletFrame to be initialized
|
|
|
|
|
createActions(networkStyle); |
|
|
|
|
createActions(); |
|
|
|
|
|
|
|
|
|
// Create application menu bar
|
|
|
|
|
createMenuBar(); |
|
|
|
@ -243,7 +243,7 @@ BitcoinGUI::~BitcoinGUI()
@@ -243,7 +243,7 @@ BitcoinGUI::~BitcoinGUI()
|
|
|
|
|
delete rpcConsole; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void BitcoinGUI::createActions(const NetworkStyle *networkStyle) |
|
|
|
|
void BitcoinGUI::createActions() |
|
|
|
|
{ |
|
|
|
|
QActionGroup *tabGroup = new QActionGroup(this); |
|
|
|
|
|
|
|
|
|