| 23 | namespace QodeAssist::Tools { |
| 24 | |
| 25 | ExecuteTerminalCommandTool::ExecuteTerminalCommandTool(QObject *parent) |
| 26 | : BaseTool(parent) |
| 27 | { |
| 28 | } |
| 29 | |
| 30 | QString ExecuteTerminalCommandTool::id() const |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected