mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
Remove direct bitcoin calls from qt/bitcoingui.cpp
This commit is contained in:
committed by
John Newbery
parent
c0f2756be5
commit
3d619e9d36
@@ -367,7 +367,7 @@ void BitcoinApplication::createOptionsModel(bool resetSettings)
|
||||
|
||||
void BitcoinApplication::createWindow(const NetworkStyle *networkStyle)
|
||||
{
|
||||
window = new BitcoinGUI(platformStyle, networkStyle, 0);
|
||||
window = new BitcoinGUI(m_node, platformStyle, networkStyle, 0);
|
||||
|
||||
pollShutdownTimer = new QTimer(window);
|
||||
connect(pollShutdownTimer, SIGNAL(timeout()), window, SLOT(detectShutdown()));
|
||||
|
||||
Reference in New Issue
Block a user