Border
| 175 | |
| 176 | // Border |
| 177 | Line* CartesianPlotLegend::borderLine() const { |
| 178 | Q_D(const CartesianPlotLegend); |
| 179 | return d->borderLine; |
| 180 | } |
| 181 | |
| 182 | BASIC_SHARED_D_READER_IMPL(CartesianPlotLegend, qreal, borderCornerRadius, borderCornerRadius) |
| 183 |
no outgoing calls
no test coverage detected