| 6140 | } |
| 6141 | |
| 6142 | void tryOpen() { |
| 6143 | if( !isComplete() && (m_filters.empty() || m_filters[0].empty() || m_filters[0] == m_nameAndLocation.name ) ) |
| 6144 | open(); |
| 6145 | } |
| 6146 | |
| 6147 | void addInitialFilters( std::vector<std::string> const& filters ) { |
| 6148 | if( !filters.empty() ) { |