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

Callers 10

openPathFunction · 0.85
openJsonEditorMethod · 0.85
helpMethod · 0.85
openAllMethod · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected