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

Function getLink

launcher/ui/dialogs/AboutDialog.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47namespace {
48QString getLink(QString link, QString name)
49{
50 return QString("&lt;<a href='%1'>%2</a>&gt;").arg(link).arg(name);
51}
52
53QString getWebsite(QString link)
54{

Callers 2

getWebsiteFunction · 0.85
getGitHubFunction · 0.85

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected