Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ openUrl
Function
openUrl
launcher/DesktopServices.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool openUrl(const QUrl& url)
64
{
65
qDebug() <<
"Opening URL"
<< url.toString();
66
return QDesktopServices::openUrl(url);
67
}
68
69
bool isFlatpak()
70
{
Callers
15
openPath
Function · 0.85
openJsonEditor
Method · 0.85
on_actionREDDIT_triggered
Method · 0.85
on_actionDISCORD_triggered
Method · 0.85
on_actionMATRIX_triggered
Method · 0.85
on_actionReportBug_triggered
Method · 0.85
on_actionOpenWiki_triggered
Method · 0.85
openUrl
Method · 0.85
openUrl
Method · 0.85
visitModPages
Method · 0.85
ManagedPackPage
Method · 0.85
help
Method · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected