Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vhonowslend/StreamFX-Public
/ open_url
Method
open_url
source/plugin.cpp:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
bool streamfx::open_url(std::string_view url)
160
{
161
QUrl qurl = QString::fromUtf8(url.data());
162
return QDesktopServices::openUrl(qurl);
163
}
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected