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

Method showDebugWindowActivateConsole

src/qt/bitcoingui.cpp:859–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859void BitcoinGUI::showDebugWindowActivateConsole()
860{
861 rpcConsole->setTabFocus(RPCConsole::TabTypes::CONSOLE);
862 showDebugWindow();
863}
864
865void BitcoinGUI::showHelpMessageClicked()
866{

Callers

nothing calls this directly

Calls 1

setTabFocusMethod · 0.80

Tested by

no test coverage detected