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

Method intersectSet

kdevplatform/shell/workingsets/workingsettoolbutton.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void WorkingSetToolButton::intersectSet()
64{
65 Q_ASSERT(m_set);
66
67 m_set->setPersistent(true);
68
69 filterViews(Core::self()->workingSetControllerInternal()->workingSet(mainWindow()->area()->workingSet())->fileSet() & m_set->fileSet());
70}
71
72void WorkingSetToolButton::subtractSet()
73{

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