Index: sources/view/VPowerOff.h =================================================================== diff -u -r00d9bb06ec2bad14f6dc2db678b750c244f694ef -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/VPowerOff.h (.../VPowerOff.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) +++ sources/view/VPowerOff.h (.../VPowerOff.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -5,7 +5,7 @@ * 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 + * \file VPowerOff.h * \author (last) Behrouz NematiPour * \date (last) 07-May-2020 * \author (original) Behrouz NematiPour @@ -18,6 +18,7 @@ #include // Project +#include "main.h" // Doxygen : don't remove #include "MModel.h" #include "VView.h" @@ -32,7 +33,7 @@ // 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. - TRIGGER( quint8, poweroff, 0); + TRIGGER( quint8, poweroff, 0) // coco end VIEW_DEC(VPowerOff, PowerOffData)