Index: sources/view/dg/data/VDGHeatersData.h =================================================================== diff -u -rf688ed9f1c64a2603a6d10fbb090b257a43e1f6f -r7077e38c74db9cccb5496ffefcf8936c0916de76 --- sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision f688ed9f1c64a2603a6d10fbb090b257a43e1f6f) +++ sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision 7077e38c74db9cccb5496ffefcf8936c0916de76) @@ -8,7 +8,7 @@ * \file VDGHeatersData.h * \author (last) Behrouz NematiPour * \date (last) 16-Oct-2020 - * \author (original) Behrouz NemaiPour + * \author (original) Behrouz NematiPour * \date (original) 02-Jul-2020 * */ @@ -36,9 +36,9 @@ { Q_OBJECT - PROPERTY( quint32, mainPrimaryDC , 0) - PROPERTY( quint32, smallPrimaryDC , 0) - PROPERTY( quint32, trimmerDC , 0) + PROPERTY( float , mainPrimaryDC , 0) + PROPERTY( float , smallPrimaryDC , 0) + PROPERTY( float , trimmerDC , 0) VIEW_DEC(VDGHeaters, DGHeatersData) };