| 130 | } |
| 131 | |
| 132 | void ProjectFilterProvider::projectAboutToBeOpened(IProject* project) |
| 133 | { |
| 134 | m_filters[project] = deserialize(readFilters(project->projectConfiguration())); |
| 135 | } |
| 136 | |
| 137 | void ProjectFilterProvider::projectClosing(IProject* project) |
| 138 | { |
nothing calls this directly
no test coverage detected