Index: sources/view/confirm/VConfirm.h =================================================================== diff -u -r5ed84841f5852381b2e36328c0aeca7bc97b9c03 -re255d4633b338f4f46c3a2fad5a62f982ebfcd18 --- sources/view/confirm/VConfirm.h (.../VConfirm.h) (revision 5ed84841f5852381b2e36328c0aeca7bc97b9c03) +++ sources/view/confirm/VConfirm.h (.../VConfirm.h) (revision e255d4633b338f4f46c3a2fad5a62f982ebfcd18) @@ -51,8 +51,6 @@ const int dryDemoID = 99; // ********** DYNAMIC PROPERTIES: The properties which need to be updated by each confirm message received. ********** // - READONLY( bool , needConfirm , false) - // 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) @@ -62,7 +60,7 @@ PROPERTY(quint32 , command , 0) PROPERTY(bool , isTimeout , 0) - PROPERTY(bool , isReject , 0) + TRIGGER (bool , isReject , 0) PROPERTY(bool , isAccept , 0) TRIGGER (bool , visible , 0)