MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / openURL

Method openURL

src/api/UBW3CWidgetAPI.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127void UBW3CWidgetAPI::openURL(const QString& url)
128{
129 UBApplication::webController->loadUrl(QUrl(url));
130}
131
132// NOTE @letsfindaway all code from here to the end is obsolete
133UBW3CWidgetPreferenceAPI::UBW3CWidgetPreferenceAPI(UBGraphicsW3CWidgetItem *graphicsWidget, QObject *parent)

Callers

nothing calls this directly

Calls 1

loadUrlMethod · 0.80

Tested by

no test coverage detected