MCPcopy Create free account
hub / github.com/MultiMC/Launcher / getLicenseHtml

Function getLicenseHtml

launcher/ui/dialogs/AboutDialog.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64QString getLicenseHtml()
65{
66 HoeDown hoedown;
67 QFile dataFile(":/documents/COPYING.md");
68 dataFile.open(QIODevice::ReadOnly);
69 QString output = hoedown.process(dataFile.readAll());
70 return output;
71}
72
73}
74

Callers 1

AboutDialogMethod · 0.85

Calls 2

openMethod · 0.80
processMethod · 0.80

Tested by

no test coverage detected