18#ifndef DISKSIZEFORMATTER_H
19#define DISKSIZEFORMATTER_H
21#include "dabstractunitformatter.h"
39 QString
unitStr(
int unitId)
const override;
44 int unitMin()
const override {
return B; }
45 int unitMax()
const override {
return T; }
46 uint
unitConvertRate(
int unitId)
const override { Q_UNUSED(unitId);
return m_rate; }