| 10284 | } |
| 10285 | |
| 10286 | void SectionTracker::tryOpen() { |
| 10287 | if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) ) |
| 10288 | open(); |
| 10289 | } |
| 10290 | |
| 10291 | void SectionTracker::addInitialFilters( std::vector<std::string> const& filters ) { |
| 10292 | if( !filters.empty() ) { |