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

Method subtractSet

kdevplatform/shell/workingsets/workingsettoolbutton.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void WorkingSetToolButton::subtractSet()
73{
74 Q_ASSERT(m_set);
75
76 m_set->setPersistent(true);
77
78 filterViews(Core::self()->workingSetControllerInternal()->workingSet(mainWindow()->area()->workingSet())->fileSet() - m_set->fileSet());
79}
80
81void WorkingSetToolButton::mergeSet()
82{

Callers

nothing calls this directly

Calls 7

filterViewsFunction · 0.85
mainWindowFunction · 0.85
setPersistentMethod · 0.80
fileSetMethod · 0.45
workingSetMethod · 0.45
areaMethod · 0.45

Tested by

no test coverage detected