Index: sources/view/vpoweroff.h =================================================================== diff -u -rb166776048ef9001ff2cb4b69df81a5dff40849a -rb72bdc52d8ca7336c83a817fa1839c3250fb4fda --- sources/view/vpoweroff.h (.../vpoweroff.h) (revision b166776048ef9001ff2cb4b69df81a5dff40849a) +++ sources/view/vpoweroff.h (.../vpoweroff.h) (revision b72bdc52d8ca7336c83a817fa1839c3250fb4fda) @@ -21,14 +21,18 @@ #include "vview.h" // namespace -namespace Gui { +namespace View { class VPowerOff : public QObject { 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) };