From 50e74f45657415f9bde9280aabd078e963f2094a Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Thu, 3 Oct 2013 17:50:38 +0300 Subject: Helpers: add get_cylinder_used_gas_string() get_cylinder_used_gas_string() retrieves used gas per cylinder with optional units display. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- helpers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'helpers.h') diff --git a/helpers.h b/helpers.h index 80dc00167..c9e70532d 100644 --- a/helpers.h +++ b/helpers.h @@ -16,6 +16,7 @@ QString get_depth_string(int mm, bool showunit = false, bool showdecimal = true) QString get_depth_unit(); QString get_weight_string(weight_t weight, bool showunit = false); QString get_weight_unit(); +QString get_cylinder_used_gas_string(cylinder_t *cyl, bool showunit = false); QString get_temperature_string(temperature_t temp, bool showunit = false); QString get_temp_unit(); QString get_volume_string(volume_t volume, bool showunit = false); -- cgit v1.2.3-70-g09d2