Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
void HelpAboutDialog::loadHelp(const QString &path)
82
{
83
helpHtmlContent = fileToString(path);
84
applyHtmlTheme();
85
}
86
87
QString HelpAboutDialog::fileToString(const QString &path)
88
{
Callers
2
setupUI
Method · 0.80
doDialogs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected