| 1258 | } |
| 1259 | |
| 1260 | bool Viewer::loadFiles( const std::vector<std::filesystem::path>& filesList ) |
| 1261 | { |
| 1262 | return loadFiles( filesList, {} ); |
| 1263 | } |
| 1264 | |
| 1265 | bool Viewer::loadFiles( const std::vector<std::filesystem::path>& filesList, const FileLoadOptions & options ) |
| 1266 | { |
no test coverage detected