Index: sources/gui/GuiGlobals.h =================================================================== diff -u -r2bc6542cebc264eb343f791f75223a1ca151465e -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 2bc6542cebc264eb343f791f75223a1ca151465e) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -60,7 +60,7 @@ * *** then it can be compared exactly the way it is with no conversion.***\n */ - enum GuiActionsType_Enum /* : quint16 QML doesn't support enum types */ { + enum GuiActionsType_Enum /* : quint16 QML does not support enum types */ { ID_Unknown = 0x0000, ID_CANBusFaultCount = 0x9909, @@ -259,7 +259,7 @@ ID_DisinfectDGChemicalTimeData = 0x8500, // 133 }; - enum class GuiActionsData_Enum /*: quint8 QML doesn't support*/ { + enum class GuiActionsData_Enum /*: quint8 QML does not support*/ { NoData = 0x00, Command = 0x00, // HD=>UI : should be handled in receive