Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
namespace {
48
QString getLink(QString link, QString name)
49
{
50
return QString(
"<<a href='%1'>%2</a>>"
).arg(link).arg(name);
51
}
52
53
QString getWebsite(QString link)
54
{
Callers
2
getWebsite
Function · 0.85
getGitHub
Function · 0.85
Calls
1
QString
Class · 0.85
Tested by
no test coverage detected