Index: sources/model/td/adjustment/settings/MAdjustTDVersionsResponse.h =================================================================== diff -u -rf9abb75101e8cbe4c3a388361cfd3bbf592605f8 -r9d27f14c2b528c0f199004614f10d55589e08614 --- sources/model/td/adjustment/settings/MAdjustTDVersionsResponse.h (.../MAdjustTDVersionsResponse.h) (revision f9abb75101e8cbe4c3a388361cfd3bbf592605f8) +++ sources/model/td/adjustment/settings/MAdjustTDVersionsResponse.h (.../MAdjustTDVersionsResponse.h) (revision 9d27f14c2b528c0f199004614f10d55589e08614) @@ -83,14 +83,14 @@ QString infoText () const override { return QString("VersionRsp") ; } struct Data { - quint8 mMajor = 0; /*!< TD Versions Major value of type quint8 extracted out */ - quint8 mMinor = 0; /*!< TD Versions Minor value of type quint8 extracted out */ - quint8 mMicro = 0; /*!< TD Versions Micro value of type quint8 extracted out */ + quint8 mMajor = 0; /*!< TD Versions Major value of type quint8 extracted out */ + quint8 mMinor = 0; /*!< TD Versions Minor value of type quint8 extracted out */ + quint8 mMicro = 0; /*!< TD Versions Micro value of type quint8 extracted out */ quint16 mBuild = 0; /*!< TD Versions Build value of type quint16 extracted out */ - quint8 mFPGAId = 0; /*!< TD Versions FPGA ID value of type quint8 extracted out */ - quint8 mFPGAMajor = 0; /*!< TD Versions FPGA Major value of type quint8 extracted out */ - quint8 mFPGAMinor = 0; /*!< TD Versions FPGA Minor value of type quint8 extracted out */ - quint8 mFPGALab = 0; /*!< TD Versions FPGA Lab value of type quint8 extracted out */ + quint8 mFPGAId = 0; /*!< TD Versions FPGA ID value of type quint8 extracted out */ + quint8 mFPGAMajor = 0; /*!< TD Versions FPGA Major value of type quint8 extracted out */ + quint8 mFPGAMinor = 0; /*!< TD Versions FPGA Minor value of type quint8 extracted out */ + quint8 mFPGALab = 0; /*!< TD Versions FPGA Lab value of type quint8 extracted out */ quint32 mCompatibilityRev = 0; /*!< TD Versions Compatibility Revision */ };