| 466 | } |
| 467 | |
| 468 | QString OutputExecuteJob::environmentProfile() const |
| 469 | { |
| 470 | Q_D(const OutputExecuteJob); |
| 471 | |
| 472 | return d->m_environmentProfile; |
| 473 | } |
| 474 | |
| 475 | void OutputExecuteJob::setEnvironmentProfile( const QString& profile ) |
| 476 | { |
no outgoing calls
no test coverage detected