| 25 | namespace QodeAssist::Tools { |
| 26 | |
| 27 | ProjectSearchTool::ProjectSearchTool(QObject *parent) |
| 28 | : BaseTool(parent) |
| 29 | , m_ignoreManager(new Context::IgnoreManager(this)) |
| 30 | {} |
| 31 | |
| 32 | QString ProjectSearchTool::id() const |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected