! * show the result and details of the dataReduction */
| 507 | * show the result and details of the dataReduction |
| 508 | */ |
| 509 | void XYDataReductionCurveDock::showDataReductionResult() { |
| 510 | showResult(m_dataReductionCurve, uiGeneralTab.teResult); |
| 511 | } |
| 512 | |
| 513 | QString XYDataReductionCurveDock::customText() const { |
| 514 | const auto& result = m_dataReductionCurve->dataReductionResult(); |
no outgoing calls
no test coverage detected