Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ unsetUrlHandler
Method
unsetUrlHandler
src/Gui/MainWindow.cpp:2581–2584 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2579
}
2580
2581
void MainWindow::unsetUrlHandler(const QString& scheme)
2582
{
2583
d->urlHandler.remove(scheme);
2584
}
2585
2586
void MainWindow::loadUrls(App::Document* doc, const QList<QUrl>& urls)
2587
{
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected