MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / OpenURL

Method OpenURL

pcsx2-qt/QtHost.cpp:1712–1715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1710}
1711
1712void Host::OpenURL(const std::string_view url)
1713{
1714 QtHost::RunOnUIThread([url = QtUtils::StringViewToQString(url)]() { QtUtils::OpenURL(g_main_window, QUrl(url)); });
1715}
1716
1717bool Host::CopyTextToClipboard(const std::string_view text)
1718{

Callers

nothing calls this directly

Calls 3

StringViewToQStringFunction · 0.85
OpenURLFunction · 0.85
QUrlClass · 0.85

Tested by

no test coverage detected