MCPcopy Create free account
hub / github.com/audacity/audacity / DoOpenInDefaultBrowser

Method DoOpenInDefaultBrowser

libraries/lib-wx-init/wxWidgetsBasicUI.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243bool wxWidgetsBasicUI::DoOpenInDefaultBrowser(const wxString &url)
244{
245 return wxLaunchDefaultBrowser(url);
246}
247
248std::unique_ptr<BasicUI::WindowPlacement> wxWidgetsBasicUI::DoFindFocus()
249{

Callers 1

OpenInDefaultBrowserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected