| 384 | } |
| 385 | |
| 386 | Symbol* BoxPlot::symbolWhiskerEnd() const { |
| 387 | Q_D(const BoxPlot); |
| 388 | return d->symbolWhiskerEnd; |
| 389 | } |
| 390 | |
| 391 | // whiskers |
| 392 | BASIC_SHARED_D_READER_IMPL(BoxPlot, BoxPlot::WhiskersType, whiskersType, whiskersType) |
no outgoing calls
no test coverage detected