| 34 | } |
| 35 | |
| 36 | QString ListProjectFilesTool::description() const |
| 37 | { |
| 38 | return "List every source file tracked by the active Qt Creator project(s), filtered by " |
| 39 | ".qodeassistignore. Returns absolute and project-relative paths grouped by project. " |
| 40 | "Useful for discovering the project layout before running focused searches or reads. " |
| 41 | "Takes no parameters."; |
| 42 | } |
| 43 | |
| 44 | QJsonObject ListProjectFilesTool::parametersSchema() const |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected