Index: sources/view/vpoweroff.cpp =================================================================== diff -u -r5127d2235320d63f9342179395c35bffc1c57528 -rb72bdc52d8ca7336c83a817fa1839c3250fb4fda --- sources/view/vpoweroff.cpp (.../vpoweroff.cpp) (revision 5127d2235320d63f9342179395c35bffc1c57528) +++ sources/view/vpoweroff.cpp (.../vpoweroff.cpp) (revision b72bdc52d8ca7336c83a817fa1839c3250fb4fda) @@ -20,10 +20,5 @@ void VPowerOff::onActionReceive(const PowerOffData &vData) { - // coco begin validated: This property is power off request data and is always true - // to be always trigger the GUI - // also since the signal passe parameter value is used the property getter in not currently used. - // manually tested and all of them are working. poweroff_status(vData.mStatus); - // coco end } Index: sources/view/vpoweroff.h =================================================================== diff -u -r3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7 -rb72bdc52d8ca7336c83a817fa1839c3250fb4fda --- sources/view/vpoweroff.h (.../vpoweroff.h) (revision 3bdf58e8bee7d76eb19c1116738ff1e2c534ccc7) +++ sources/view/vpoweroff.h (.../vpoweroff.h) (revision b72bdc52d8ca7336c83a817fa1839c3250fb4fda) @@ -27,8 +27,12 @@ { Q_OBJECT + // coco begin validated: This property is power off request data and is always true + // to be always trigger the GUI + // also since the signal passe parameter value is used the property getter in not currently used. + // manually tested and all of them are working. PROPERTY( quint8, poweroff_status, 0, true) - + // coco end VIEW_DEC(VPowerOff, PowerOffData) };