| 271 | } |
| 272 | |
| 273 | void BoxPlot::recalc() { |
| 274 | Q_D(BoxPlot); |
| 275 | d->recalc(); |
| 276 | } |
| 277 | |
| 278 | void BoxPlot::handleResize(double /*horizontalRatio*/, double /*verticalRatio*/, bool /*pageResize*/) { |
| 279 | } |
nothing calls this directly
no test coverage detected