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