| 70 | } |
| 71 | |
| 72 | void 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 | |
| 81 | void WorkingSetToolButton::mergeSet() |
| 82 | { |
nothing calls this directly
no test coverage detected