| 842 | } |
| 843 | |
| 844 | void BitcoinGUI::aboutClicked() |
| 845 | { |
| 846 | if(!clientModel) |
| 847 | return; |
| 848 | |
| 849 | auto dlg = new HelpMessageDialog(this, /* about */ true); |
| 850 | GUIUtil::ShowModalDialogAsynchronously(dlg); |
| 851 | } |
| 852 | |
| 853 | void BitcoinGUI::showDebugWindow() |
| 854 | { |
nothing calls this directly
no test coverage detected