Index: sources/view/vpoweroff.h =================================================================== diff -u -rb72bdc52d8ca7336c83a817fa1839c3250fb4fda -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- sources/view/vpoweroff.h (.../vpoweroff.h) (revision b72bdc52d8ca7336c83a817fa1839c3250fb4fda) +++ sources/view/vpoweroff.h (.../vpoweroff.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, * IN PART OR IN WHOLE, * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * file vpoweroff.h - * date 3/9/2020 - * author Behrouz NematiPour + * \file vpoweroff.h + * \date 3/9/2020 + * \author Behrouz NematiPour * */ #pragma once @@ -31,8 +31,9 @@ // 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) + TRIGGER( quint8, poweroff, 0) // coco end + VIEW_DEC(VPowerOff, PowerOffData) };