| 38 | } |
| 39 | |
| 40 | QString ExecuteTerminalCommandTool::description() const |
| 41 | { |
| 42 | return getCommandDescription(); |
| 43 | } |
| 44 | |
| 45 | QJsonObject ExecuteTerminalCommandTool::parametersSchema() const |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected