diff options
Diffstat (limited to 'core/helpers.h')
-rw-r--r-- | core/helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers.h b/core/helpers.h index 57be623c5..36db01093 100644 --- a/core/helpers.h +++ b/core/helpers.h @@ -20,6 +20,7 @@ QString get_weight_unit(); QString get_temperature_string(temperature_t temp, bool showunit = false); QString get_temp_unit(); QString get_volume_string(volume_t volume, bool showunit = false); +QString get_volume_string(int mliter, bool showunit = false); QString get_volume_unit(); QString get_pressure_string(pressure_t pressure, bool showunit = false); QString get_pressure_unit(); |