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

Method updateItem

src/plugins/GreaseMonkey/settings/gm_settings.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void GM_Settings::updateItem(QListWidgetItem* item)
79{
80 GM_Script *script = getScript(item);
81 if (!script) {
82 return;
83 }
84 script->updateScript();
85}
86
87void GM_Settings::removeItem(QListWidgetItem* item)
88{

Callers

nothing calls this directly

Calls 1

updateScriptMethod · 0.45

Tested by

no test coverage detected