MCPcopy 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
63bool openUrl(const QUrl& url)
64{
65 qDebug() << "Opening URL" << url.toString();
66 return QDesktopServices::openUrl(url);
67}
68
69bool isFlatpak()
70{

Callers 15

openPathFunction · 0.85
openJsonEditorMethod · 0.85
openUrlMethod · 0.85
openUrlMethod · 0.85
visitModPagesMethod · 0.85
ManagedPackPageMethod · 0.85
helpMethod · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected