Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void QmlUserScript::setWebEngineScript(const QWebEngineScript &script)
38
{
39
setNotNull();
40
m_webEngineScript = script;
41
}
42
43
bool QmlUserScript::null() const
44
{
Callers
3
testContains
Method · 0.80
toQObjectList
Method · 0.80
findScript
Method · 0.80
Calls
1
setNotNull
Function · 0.85
Tested by
1
testContains
Method · 0.64