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

Method setValue

src/plugins/GreaseMonkey/gm_jsobject.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool GM_JSObject::setValue(const QString &nspace, const QString &name, const QString &value)
54{
55 QString valueName = QSL("GreaseMonkey-%1/%2").arg(nspace, name);
56 m_settings->setValue(valueName, value);
57 return true;
58}
59
60bool GM_JSObject::deleteValue(const QString &nspace, const QString &name)
61{

Callers 15

requireDownloadedMethod · 0.45
unloadPluginMethod · 0.45
setEnabledMethod · 0.45
values.min.jsFile · 0.45
values.jsFile · 0.45
dialogAcceptedMethod · 0.45
setViewTypeMethod · 0.45
setReplaceTabBarMethod · 0.45
setAddChildBehaviorMethod · 0.45
setThemeMethod · 0.45
setShowImagesIconMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected