| 394 | BASIC_SHARED_D_READER_IMPL(BoxPlot, double, whiskersCapSize, whiskersCapSize) |
| 395 | |
| 396 | Line* BoxPlot::whiskersLine() const { |
| 397 | Q_D(const BoxPlot); |
| 398 | return d->whiskersLine; |
| 399 | } |
| 400 | |
| 401 | Line* BoxPlot::whiskersCapLine() const { |
| 402 | Q_D(const BoxPlot); |
no outgoing calls
no test coverage detected