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

Method listValues

src/plugins/GreaseMonkey/gm_jsobject.cpp:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67QStringList GM_JSObject::listValues(const QString &nspace)
68{
69 QString nspaceName = QSL("GreaseMonkey-%1").arg(nspace);
70
71 m_settings->beginGroup(nspaceName);
72 QStringList keys = m_settings->allKeys();
73 m_settings->endGroup();
74
75 return keys;
76}
77
78void GM_JSObject::setClipboard(const QString &text)
79{

Callers 2

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

Calls 2

beginGroupMethod · 0.80
endGroupMethod · 0.80

Tested by

no test coverage detected