| 11831 | } |
| 11832 | |
| 11833 | void SectionTracker::tryOpen() { |
| 11834 | if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) ) |
| 11835 | open(); |
| 11836 | } |
| 11837 | |
| 11838 | void SectionTracker::addInitialFilters( std::vector<std::string> const& filters ) { |
| 11839 | if( !filters.empty() ) { |