Index: sources/gui/GuiGlobals.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rbbb970aff112f09c189986f026055bec794afbd6 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision bbb970aff112f09c189986f026055bec794afbd6) @@ -309,6 +309,8 @@ Q_ENUM(HD_Standby_States) // Treatment Q_ENUM(Treatment_States) + // Dialysis + Q_ENUM(Dialysis_States) // Ultrafiltration Q_ENUM(UF_Adjustments) Q_ENUM(UF_Commands) @@ -384,6 +386,8 @@ typedef GuiActions::HD_Standby_States GuiHDStandbyStates; // Treatment States typedef GuiActions::Treatment_States GuiTreatmentStates; + // Dialysis + typedef GuiActions::Dialysis_States GuiDialysisState; // Ultrafiltration typedef GuiActions::UF_States GuiUFStates; typedef GuiActions::UF_Commands GuiUFCommands;