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

Method isPersistent

kdevplatform/shell/workingsets/workingset.cpp:564–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564bool WorkingSet::isPersistent() const {
565 KConfigGroup setConfig(Core::self()->activeSession()->config(), QStringLiteral("Working File Sets"));
566 KConfigGroup group = setConfig.group(m_id);
567 return group.readEntry("persistent", false);
568}
569
570QIcon WorkingSet::icon() const
571{

Callers 3

cleanupMethod · 0.80
createWorkingSetMethod · 0.80
areaChangedMethod · 0.80

Calls 3

readEntryMethod · 0.80
configMethod · 0.45
activeSessionMethod · 0.45

Tested by 1

createWorkingSetMethod · 0.64