Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r2c3846821eda0903c34bb5fcf2aebcbde2d0343a -rc71946746586d5a4061ad866ce7dbbaf74b9798a --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 2c3846821eda0903c34bb5fcf2aebcbde2d0343a) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision c71946746586d5a4061ad866ce7dbbaf74b9798a) @@ -299,6 +299,7 @@ #include "DGDefs.h" Q_ENUM(DG_Op_Modes) + Q_ENUM(DG_Heat_States) }; // to be able to use the enum as signal/slot parameter @@ -362,6 +363,9 @@ // Post-Treatment SubMode typedef GuiActions::HD_Post_Treatment_Mode_States GuiPostTreatmentStates; + // Disinfection Heat States + typedef GuiActions::DG_Heat_States GuiDisinfectDGHeatStates; + /*! * \brief enumString * \details converts the enum index to it's code defined text