| 30 | } |
| 31 | |
| 32 | void ExtProcess::report_started() { |
| 33 | report_message( |
| 34 | messagetype::MSG_START, "", 0, 0, program() + ": started", ""); |
| 35 | } |
| 36 | |
| 37 | void ExtProcess::process_output() { |
| 38 | QString file = ""; |
nothing calls this directly
no outgoing calls
no test coverage detected