| 161 | } |
| 162 | |
| 163 | void ForwardTranslator::setExcludeSQliteOutputReport(bool excludeSQliteOutputReport) { |
| 164 | m_forwardTranslatorOptions.setExcludeSQliteOutputReport(excludeSQliteOutputReport); |
| 165 | } |
| 166 | |
| 167 | void ForwardTranslator::setExcludeHTMLOutputReport(bool excludeHTMLOutputReport) { |
| 168 | m_forwardTranslatorOptions.setExcludeHTMLOutputReport(excludeHTMLOutputReport); |