MCPcopy Create free account
hub / github.com/YACReader/yacreader / loadHelp

Method loadHelp

custom_widgets/help_about_dialog.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void HelpAboutDialog::loadHelp(const QString &path)
82{
83 helpHtmlContent = fileToString(path);
84 applyHtmlTheme();
85}
86
87QString HelpAboutDialog::fileToString(const QString &path)
88{

Callers 2

setupUIMethod · 0.80
doDialogsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected