| 239 | } |
| 240 | |
| 241 | ProjectInfo Runner::getActiveProjectInfo() const |
| 242 | { |
| 243 | return dpfGetService(ProjectService)->getActiveProjectInfo(); |
| 244 | } |
| 245 | |
| 246 | void Runner::synOutputMsg(const quint64 &pid, const QString &content, OutputPane::OutputFormat format) |
| 247 | { |
no outgoing calls
no test coverage detected