| 85 | bool PrefixFormatter::getTrimZeroes() const { return m_trimZeroes; } |
| 86 | |
| 87 | void PrefixFormatter::setTrimZeroes(bool trimZeroes) { m_trimZeroes = trimZeroes; } |
| 88 | |
| 89 | QString PrefixFormatter::format(double value, QString unitType = "", int precision = 0) const |
| 90 | { |
no outgoing calls
no test coverage detected