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 }