* updates the locale in the widgets. called when the application settings are changed. */
| 386 | * updates the locale in the widgets. called when the application settings are changed. |
| 387 | */ |
| 388 | void XYFitCurveDock::updateLocale() { |
| 389 | if (m_fitCurve) { |
| 390 | fitParametersWidget->setFitData(&m_fitData); |
| 391 | showFitResult(); |
| 392 | } |
| 393 | } |
| 394 | |
| 395 | void XYFitCurveDock::retranslateUi() { |
| 396 | CONDITIONAL_LOCK_RETURN; |
nothing calls this directly
no test coverage detected