| 11 | #include "AdjustedCartesianAxis.h" |
| 12 | |
| 13 | AdjustedCartesianAxis::AdjustedCartesianAxis(KDChart::AbstractCartesianDiagram *diagram) |
| 14 | : CartesianAxis(diagram) |
| 15 | { |
| 16 | // this block left empty intentionally |
| 17 | } |
| 18 | |
| 19 | const QString AdjustedCartesianAxis::customizedLabel(const QString &label) const |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected