Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r0975a67dd4e4673b9a7b226bfea02cbfa489c418 -rfb1185f1c17778a9f8b300170d8d635a1532f6b4 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 0975a67dd4e4673b9a7b226bfea02cbfa489c418) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision fb1185f1c17778a9f8b300170d8d635a1532f6b4) @@ -270,6 +270,9 @@ // weight readonly property int weightPrecision : 1 + // chlorine + readonly property int chlorinePrecision : 2 + function sizeConverted(vSize, vSizePowers, vRound = 2) { return ( vSize / vSizePowers // convert from byte to Giga byte @@ -301,7 +304,6 @@ readonly property string preTreatmentStepLabelUltrafiltration : qsTr("BEGIN" ) readonly property string unitTextChlorine : qsTr("mg/L") - readonly property real chlorineLevel : 0.1 // Heparin readonly property string unitHeparinType : qsTr("IU/mL")