MCPcopy 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
2581void MainWindow::unsetUrlHandler(const QString& scheme)
2582{
2583 d->urlHandler.remove(scheme);
2584}
2585
2586void MainWindow::loadUrls(App::Document* doc, const QList<QUrl>& urls)
2587{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected