| 475 | } |
| 476 | |
| 477 | int ExecuteTerminalCommandTool::commandTimeoutMs() const |
| 478 | { |
| 479 | return Settings::toolsSettings().terminalCommandTimeout() * 1000; |
| 480 | } |
| 481 | |
| 482 | QString ExecuteTerminalCommandTool::getCommandDescription() const |
| 483 | { |
nothing calls this directly
no outgoing calls
no test coverage detected