|
|
|
@ -1105,12 +1105,14 @@ void BitcoinGUI::subscribeToCoreSignals()
@@ -1105,12 +1105,14 @@ void BitcoinGUI::subscribeToCoreSignals()
|
|
|
|
|
{ |
|
|
|
|
// Connect signals to client
|
|
|
|
|
uiInterface.ThreadSafeMessageBox.connect(boost::bind(ThreadSafeMessageBox, this, _1, _2, _3)); |
|
|
|
|
uiInterface.ThreadSafeQuestion.connect(boost::bind(ThreadSafeMessageBox, this, _1, _3, _4)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void BitcoinGUI::unsubscribeFromCoreSignals() |
|
|
|
|
{ |
|
|
|
|
// Disconnect signals from client
|
|
|
|
|
uiInterface.ThreadSafeMessageBox.disconnect(boost::bind(ThreadSafeMessageBox, this, _1, _2, _3)); |
|
|
|
|
uiInterface.ThreadSafeQuestion.disconnect(boost::bind(ThreadSafeMessageBox, this, _1, _3, _4)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
UnitDisplayStatusBarControl::UnitDisplayStatusBarControl(const PlatformStyle *platformStyle) : |
|
|
|
|