| 13 | #include <QtCore/QDateTime> |
| 14 | |
| 15 | TimeAxis::TimeAxis(KDChart::AbstractCartesianDiagram *parent) |
| 16 | : KDChart::CartesianAxis(parent) |
| 17 | { |
| 18 | // Intentionally left blank |
| 19 | } |
| 20 | |
| 21 | const QString TimeAxis::customizedLabel(const QString &label) const |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected