| 433 | } |
| 434 | |
| 435 | void BoxPlotDock::notchesEnabledChanged(bool state) { |
| 436 | CONDITIONAL_LOCK_RETURN; |
| 437 | |
| 438 | for (auto* boxPlot : m_boxPlots) |
| 439 | boxPlot->setNotchesEnabled(state); |
| 440 | } |
| 441 | |
| 442 | //"Box"-tab |
| 443 | /*! |
nothing calls this directly
no test coverage detected