18#ifndef DTIMEUNITFORMATTER_H
19#define DTIMEUNITFORMATTER_H
21#include "dtkcore_global.h"
22#include "dabstractunitformatter.h"
39 QString
unitStr(
int unitId)
const override;
42 int unitMax()
const override {
return Day; }
43 int unitMin()
const override {
return Seconds; }