| 6226 | } |
| 6227 | |
| 6228 | void tryOpen() { |
| 6229 | if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) ) |
| 6230 | open(); |
| 6231 | } |
| 6232 | |
| 6233 | void addInitialFilters( std::vector<std::string> const& filters ) { |
| 6234 | if( !filters.empty() ) { |