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

Method deleteValue

src/plugins/GreaseMonkey/gm_jsobject.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool GM_JSObject::deleteValue(const QString &nspace, const QString &name)
61{
62 QString valueName = QSL("GreaseMonkey-%1/%2").arg(nspace, name);
63 m_settings->remove(valueName);
64 return true;
65}
66
67QStringList GM_JSObject::listValues(const QString &nspace)
68{

Callers 2

values.min.jsFile · 0.80
values.jsFile · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected