| 450 | } |
| 451 | |
| 452 | void CartesianPlotLegendDock::rotationChanged(int value) { |
| 453 | CONDITIONAL_LOCK_RETURN; |
| 454 | |
| 455 | for (auto* legend : m_legendList) |
| 456 | legend->setRotationAngle(value); |
| 457 | } |
| 458 | |
| 459 | /*! |
| 460 | * \brief CartesianPlotLegendDock::bindingChanged |
nothing calls this directly
no test coverage detected