MCPcopy Create free account
hub / github.com/KDE/kdevelop / fileList

Method fileList

kdevplatform/shell/workingsets/workingset.cpp:367–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367QStringList WorkingSet::fileList() const
368{
369 QStringList ret;
370 KConfigGroup setConfig(Core::self()->activeSession()->config(), QStringLiteral("Working File Sets"));
371 KConfigGroup group = setConfig.group(m_id);
372
373 loadFileList(ret, group);
374 return ret;
375}
376
377QSet<QString> WorkingSet::fileSet() const
378{

Callers 5

fileSetMethod · 0.95
formatFilesMethod · 0.45
cleanupMethod · 0.45
clearWorkingSetMethod · 0.45

Calls 3

loadFileListFunction · 0.85
configMethod · 0.45
activeSessionMethod · 0.45

Tested by

no test coverage detected