Index: sources/gui/GuiGlobals.h =================================================================== diff -u -rf502bc55feb08cd037d9caa12086d30034fe715b -r142f2ddb8ce284c52c0add2acf3ac81f471b78de --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision f502bc55feb08cd037d9caa12086d30034fe715b) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 142f2ddb8ce284c52c0add2acf3ac81f471b78de) @@ -435,6 +435,14 @@ typedef GuiActions::DG_Heat_UI_States GuiDisinfectDGHeatStates; typedef GuiActions::DG_Chem_UI_States GuiDisinfectDGChemicalStates; + typedef QMap GuiStringIndexMap; + typedef QPair GuiStringIndexMapItem; + typedef QMapIterator GuiStringIndexMapIterator; + + typedef QMap GuiUint08IndexMap; + typedef QPair GuiUint08IndexMapItem; + typedef QMapIterator GuiUint08IndexMapIterator; + /*! * \brief enumString * \details converts the enum index to it's code defined text