| 33 | }; |
| 34 | |
| 35 | MyDateTimeScaleFormatter::MyDateTimeScaleFormatter() |
| 36 | : DateTimeScaleFormatter(Hour, "hh") |
| 37 | { |
| 38 | } |
| 39 | |
| 40 | QDateTime MyDateTimeScaleFormatter::nextRangeBegin(const QDateTime &datetime) const |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected