| 437 | */ |
| 438 | struct PathDropEvent : BaseEvent, PositionBaseEvent { |
| 439 | PathDropEvent(const std::vector<std::string>& paths) : paths(paths) {} |
| 440 | |
| 441 | /** List of file paths in the dropped selection */ |
| 442 | const std::vector<std::string>& paths; |
nothing calls this directly
no outgoing calls
no test coverage detected