! * show the result and details of the convolution */
| 387 | * show the result and details of the convolution |
| 388 | */ |
| 389 | void XYConvolutionCurveDock::showConvolutionResult() { |
| 390 | showResult(m_convolutionCurve, uiGeneralTab.teResult); |
| 391 | } |
| 392 | |
| 393 | //************************************************************* |
| 394 | //*********** SLOTs for changes triggered in XYCurve ********** |
no outgoing calls
no test coverage detected