| 857 | } |
| 858 | |
| 859 | void BitcoinGUI::showDebugWindowActivateConsole() |
| 860 | { |
| 861 | rpcConsole->setTabFocus(RPCConsole::TabTypes::CONSOLE); |
| 862 | showDebugWindow(); |
| 863 | } |
| 864 | |
| 865 | void BitcoinGUI::showHelpMessageClicked() |
| 866 | { |
nothing calls this directly
no test coverage detected