MCPcopy Create free account
hub / github.com/KDE/falkon / setWebEngineScript

Method setWebEngineScript

src/lib/plugins/qml/api/userscript/qmluserscript.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void QmlUserScript::setWebEngineScript(const QWebEngineScript &script)
38{
39 setNotNull();
40 m_webEngineScript = script;
41}
42
43bool QmlUserScript::null() const
44{

Callers 3

testContainsMethod · 0.80
toQObjectListMethod · 0.80
findScriptMethod · 0.80

Calls 1

setNotNullFunction · 0.85

Tested by 1

testContainsMethod · 0.64