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

Method aboutClicked

src/qt/bitcoingui.cpp:844–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected