----------------------------------------------------------------------------
| 27 | |
| 28 | //---------------------------------------------------------------------------- |
| 29 | void File::AddSelectedLines(const std::vector<int>& lines) |
| 30 | { |
| 31 | selectedLines_.insert(lines.begin(), lines.end()); |
| 32 | } |
| 33 | |
| 34 | //---------------------------------------------------------------------------- |
| 35 | const std::filesystem::path& File::GetPath() const |
no outgoing calls