| 18 | namespace QodeAssist::Tools { |
| 19 | |
| 20 | ListProjectFilesTool::ListProjectFilesTool(QObject *parent) |
| 21 | : BaseTool(parent) |
| 22 | , m_ignoreManager(new Context::IgnoreManager(this)) |
| 23 | |
| 24 | {} |
| 25 | |
| 26 | QString ListProjectFilesTool::id() const |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected