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

Method loadMainHtml

src/domain/UBGraphicsWidgetItem.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void UBGraphicsWidgetItem::loadMainHtml()
223{
224 qDebug() << "load main HTML";
225 mInitialLoadDone = false;
226 mWebEngineView->load(mMainHtmlUrl);
227}
228
229void UBGraphicsWidgetItem::load(QUrl url)
230{

Callers 1

addGraphicsWidgetMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected