Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ 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
}
Callers
10
openPath
Function · 0.85
openJsonEditor
Method · 0.85
on_actionREDDIT_triggered
Method · 0.85
on_actionDISCORD_triggered
Method · 0.85
on_actionReportBug_triggered
Method · 0.85
on_actionOpenWiki_triggered
Method · 0.85
help
Method · 0.85
openAll
Method · 0.85
on_label_linkActivated
Method · 0.85
showVerificationUriAndCode
Method · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected