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

Method loadAboutInformation

custom_widgets/help_about_dialog.cpp:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void HelpAboutDialog::loadAboutInformation(const QString &path)
70{
71 QString buildNumber = "0";
72
73#ifdef BUILD_NUMBER
74 buildNumber = BUILD_NUMBER;
75#endif
76
77 aboutHtmlContent = fileToString(path).arg(VERSION, buildNumber);
78 applyHtmlTheme();
79}
80
81void HelpAboutDialog::loadHelp(const QString &path)
82{

Callers 2

setupUIMethod · 0.80
doDialogsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected