MCPcopy Create free account
hub / github.com/ElementsProject/elements / noui_test_redirect

Function noui_test_redirect

src/noui.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void noui_test_redirect()
84{
85 noui_ThreadSafeMessageBoxConn.disconnect();
86 noui_ThreadSafeQuestionConn.disconnect();
87 noui_InitMessageConn.disconnect();
88 noui_ThreadSafeMessageBoxConn = uiInterface.ThreadSafeMessageBox_connect(noui_ThreadSafeMessageBoxRedirect);
89 noui_ThreadSafeQuestionConn = uiInterface.ThreadSafeQuestion_connect(noui_ThreadSafeQuestionRedirect);
90 noui_InitMessageConn = uiInterface.InitMessage_connect(noui_InitMessageRedirect);
91}
92
93void noui_reconnect()
94{

Callers 1

DebugLogHelperMethod · 0.85

Calls 1

disconnectMethod · 0.45

Tested by 1

DebugLogHelperMethod · 0.68