MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / getLicenseHtml

Function getLicenseHtml

launcher/ui/dialogs/AboutDialog.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124QString getLicenseHtml()
125{
126 QFile dataFile(":/documents/COPYING.md");
127 dataFile.open(QIODevice::ReadOnly);
128 QString output = markdownToHTML(dataFile.readAll());
129 return output;
130}
131
132} // namespace
133

Callers 1

AboutDialogMethod · 0.85

Calls 2

markdownToHTMLFunction · 0.85
openMethod · 0.80

Tested by

no test coverage detected