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

Method reloadScript

src/plugins/GreaseMonkey/gm_script.cpp:348–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void GM_Script::reloadScript()
349{
350 parseScript();
351
352 m_manager->removeScript(this, false);
353 m_manager->addScript(this);
354
355 Q_EMIT scriptChanged();
356}
357
358void GM_Script::downloadIcon()
359{

Callers

nothing calls this directly

Calls 2

removeScriptMethod · 0.80
addScriptMethod · 0.80

Tested by

no test coverage detected