Index: sources/view/confirm/VConfirm.h =================================================================== diff -u -rd95ed86d997208024ec79422e350a86a2c52fd85 -r5ed84841f5852381b2e36328c0aeca7bc97b9c03 --- sources/view/confirm/VConfirm.h (.../VConfirm.h) (revision d95ed86d997208024ec79422e350a86a2c52fd85) +++ sources/view/confirm/VConfirm.h (.../VConfirm.h) (revision 5ed84841f5852381b2e36328c0aeca7bc97b9c03) @@ -20,6 +20,7 @@ #include "main.h" // Doxygen : do not remove #include "VAdjustmentResponseBase.h" #include "MDuetConfirmTDi.h" +#include "MAdjustPowerOff.h" #include "MSettings.h" namespace View { @@ -55,6 +56,7 @@ // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI TRIGGER ( bool , adjustment , 0) + TRIGGER ( bool , powerOff , 0) PROPERTY(quint32 , id , 0) PROPERTY(quint32 , command , 0) @@ -75,6 +77,7 @@ VIEW_DEC_CLASS (VConfirm ) VIEW_DEC_SLOT (DuetConfirmTDiData ) + VIEW_DEC_SLOT (PowerOffData ) VIEW_DEC_SLOT (SettingsData ) public slots: